-
Updated
May 5, 2021 - TypeScript
charts
Here are 1,547 public repositories matching this topic...
-
Updated
May 5, 2021 - JavaScript
-
Updated
Mar 28, 2020 - HTML
-
Updated
May 5, 2021 - TypeScript
-
Updated
Apr 30, 2021 - JavaScript
-
Updated
Jan 19, 2021 - Go
Describe/explain the bug
BarItem.propTypes defines the getTooltipLabel prop here:
But is not defined on the BarItemProps (which, if I understand things correctly, should mirror the prop types):
https://github.com/plouc/nivo/blob/a1e08f57d3c69e4f4fd2d0b9c8c4976739ef00cd
-
Updated
May 5, 2021 - Elixir
-
Updated
Apr 1, 2021 - JavaScript
-
Updated
Apr 28, 2021 - JavaScript
-
Updated
May 5, 2021 - CSS
.rickshaw_graph .detail .item.active from detail.css would benefit by adding 'width: auto; height:auto;' to auto-size the detail tooltip on graph mouse hover. In it's current form, the tooltip doesn't get auto-sized when using a relative/percentage based layout.
Tests
it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.
now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.
a lot of code can already be regression-tested by simply running all the demos and val
-
Updated
May 1, 2021 - Ruby
-
Updated
Jun 11, 2020 - C++
-
Updated
Apr 18, 2021
-
Updated
Mar 10, 2021 - Kotlin
-
Updated
May 5, 2021 - HTML
Lightweight Charts Version:
Steps/code to reproduce:
By setting a custom price line in the series, it gets override from the series graph.
var priceLine = {
price: 1.21781,
color: "#ffffff",
lineWidth: 1,
lineStyle: LineStyle.Solid,
axisLabelVisible: true,
} as PriceLineOptions;
if (this.PriceLine == null) {
this.
-
Updated
May 5, 2021 - TypeScript
-
Updated
May 5, 2021 - Python
-
Updated
May 1, 2021 - Python
Improve this page
Add a description, image, and links to the charts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the charts topic, visit your repo's landing page and select "manage topics."


when killing the process running
helm dep upit sometimes leave a temporary folder namedtmpchartsand this makes the nexthelm dep upfail with the following error.This is easily reproducable by creating a folder named
tmpchartsinside an helm chart root folder and try to l