-
Updated
Oct 6, 2020 - JavaScript
charts
Here are 1,330 public repositories matching this topic...
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Mar 28, 2020 - HTML
-
Updated
Oct 7, 2020 - TypeScript
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Aug 7, 2020 - Go
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Sep 10, 2020 - JavaScript
.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.
-
Updated
Oct 7, 2020 - CSS
-
Updated
Oct 6, 2020 - Ruby
-
Updated
Jun 11, 2020 - C++
-
Updated
Aug 10, 2020
-
Updated
Oct 4, 2020 - Kotlin
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Aug 17, 2020 - Python
-
Updated
Oct 7, 2020 - TypeScript
Add possibility to chose crosshairMarker color, so it will be independent from line-series color
Solution that would be nice its additional field "crosshairMarkerColor" to addLineSeries settings
const lineSeries = chart.addLineSeries({
crosshairMarkerVisible: true,
crosshairMarkerRadius: 6,
crosshairMarkerColor: '#111',
});
-
Updated
Oct 6, 2020 - Python
-
Updated
Oct 7, 2020 - Dart
-
Updated
Feb 24, 2019 - JavaScript
-
Updated
Sep 11, 2020 - PHP
It would be nice to have a flag that allows to keep only the last x versions of a chart.
Improvement description
Extend the LegendExamples with one that first shows but then hides the legend.
Why? It took me a while to find the IsLegendVisible property.
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."
Hello,
According to this thread, it is possible to use some path like file://local/path/to/chart instead of some chart repository URL.
In the documentation, I do not see any examples or mention for this feature.
Can we add it to the documentation or make it more accessibl