charting
Here are 108 public repositories matching this topic...
Mentions that this bug "will be fixed in 2.1.x", which is long past.
We shouldn't make promises about what version will fix a bug, since there are often complications that come up that make it difficult to make the change. We should link to relevant issues instead, as we already link to #949 here.
Solution that would be nice its additional field "crosshairMarkerColor" to addLineSeries settings
const lineSeries = chart.addLineSeries({
crosshairMarkerVisible: true,
crosshairMarkerRadius: 6,
crosshairMarkerColor: '#111',
});
-
Updated
May 10, 2020 - Java
-
Updated
May 20, 2020 - Python
For example instead of only listing the name of the property, why not indicating the full line? Instead of "fill" for example for a tooltip, indicate display series.tooltip.background.fill = am4core.color("white");
since classes are different and are not obvious, I have had to google most of them using previous questions and then trying them blindly. Another example: "shiftRadius" is listed but h
Hi again,
I would like to create a bar chart and update the plot when some button (not within jsxgraph) is pressed.
The chart.js code contains the following lines:
update: function () {
if (this.needsUpdate) { this.updateDataArray(); }
return this;
},
updateDataArray: function () {}
As I understand and as found in some 'curve' examples, updateDataArray() s
Curve bug
@tiingo is working on a financial statement API: https://api.tiingo.com/documentation/fundamentals
I think we should support this through the getFinancials function (which currently has no live implementations)
I'll get started on a PR, unless there are any objections
-
Updated
Oct 25, 2019 - Python
Improve README
- Overview
- Installation
- Getting started
- Creating data with
CircularSegmentEntryandCircularStackEntry - Displaying a static chart with
CircularChart - Animating charts with
AnimatedCircularChart - Explain
rankKey - Screenshots
- Contributing
When trying to add "Yearly" repetition and after that open to editing this appointment it will show wrong start month. It starts always from January.
Expected behaviour
There are two broken links under Custom Integrations in the Documentation. One for the Main Editor and one for the Overlay Editor. When clicking them, I should be taken to documentation on those editors.
Actual behaviour
I get redirected to https://github.com/highcharts/highcharts-editor/w
-
Updated
Feb 25, 2020 - C++
-
Updated
May 4, 2020 - C#
-
Updated
Mar 6, 2017 - Swift
All Axes has "remove" method it their API which should be called in order to delete axis. However, it will not remove axis's div from plot. You need to manually call "plot.removeDiv(axisDiv)" to finally remove all axis contents from plot, which is not at least documented.
-
Updated
May 1, 2019 - Java
-
Updated
Oct 31, 2019 - Elm
-
Updated
May 23, 2020 - Julia
-
Updated
Jan 11, 2018 - JavaScript
-
Updated
Apr 17, 2020 - JavaScript
-
Updated
Nov 14, 2019 - Go
ra-systems / RA
-
Updated
May 25, 2020 - Python
-
Updated
May 25, 2019 - Go
-
Updated
Mar 8, 2020 - Java
-
Updated
Oct 30, 2018 - Scala
-
Updated
May 8, 2020 - JavaScript
-
Updated
Apr 3, 2020 - JavaScript
Improve this page
Add a description, image, and links to the charting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the charting topic, visit your repo's landing page and select "manage topics."
On the chapter about Editable DataTable
we can find this :