Skip to content
#

charting

Here are 108 public repositories matching this topic...

dash
gordonwoodhull
gordonwoodhull commented Mar 10, 2020

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.

AnyChart Android Chart is an amazing data visualization library for easily creating interactive charts in Android apps. It runs on API 19+ (Android 4.4) and features dozens of built-in chart types.

  • Updated May 10, 2020
  • Java
tomasts248
tomasts248 commented Nov 30, 2019

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

nioate
nioate commented Oct 12, 2018

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

Improve this page

Add a description, image, and links to the charting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the charting topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.