Skip to content
#

charting-library

Here are 170 public repositories matching this topic...

C-Higgins
C-Higgins commented Aug 19, 2019

Whenever a function is referenced in a prop type, such as label: Boolean | Object | ReactElement | Function [optional], there is no mention of what parameters the function receives, nor what the function should return. This is crucial information for anyone using the library. A solution should be determined for how to document these functions so that PRs can be opened for them. Should the word "

chenzhutian
chenzhutian commented May 13, 2017

Hi, thanks for your greate work.
I'm a typescript user and use webpack to bundle my project files.
The webpack@2 has the Tree Shaking features which can reduce the size of files.
Since this feature can only work on es6, can you include the source code (the ts code are ok because I can use ts-loader to convert them), other than the production code in the npm package?

robbbsen
robbbsen commented Oct 29, 2018

Hi. Unfortunately the topic "grid lines" isn't documented at all. The only thing I could find was a test file inside the project. Out of that I've created a small test:

ticks := []chart.Tick{
	{Value: 1.0, Label: "1.0"},
	{Value: 2.0, Label: "2.0"},
	{Value: 3.0, Label: "3.0"},
	{Value: 4.0, Label: "4.0"},
}

lines := chart.GenerateGridLines(ticks, chart.Style{}, chart.Style{})

g
arnehormann
arnehormann commented Nov 6, 2015

In an example created in your amazing builder (code below), time labels are displayed in 6-seconds intervals. The offset cycles after some frames - between 0, 2 and 4, probably depending on the scroll position. Visually, this leads to very distracting jumps.

This may be a duplicate of #53 - depending on what "flickering" is.

html:

<canvas id="smoothie-c
diversos
diversos commented Aug 8, 2017

How would you recommend fixing negative values in barChar? I can't explain properly, so I'll show you an example:

github_eg

2010: 0+0+0+0
2011: 0+0+0+0
2012: 0+0+0+0
2013: 0+5+8+0
2014: -38+0+13+0
2015: 45+12+130+0
2016: 0+0+0+0

I think that the xAxis should stay in y=0, and the

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

shoebhoney
shoebhoney commented Mar 28, 2020

charting-library-examples/react-native/

Its not working with higher version of react-native.
"react-native": "0.59.8"
Showing blank white screen.

"react-native-webview": "7.0.1"

To Reproduce

Run the App in iOS.

Expected behavior

It should show the chart library but it is showing white blank screen.

Screenshots

![Screenshot 2020-03-28 at 8 16 43 PM

AndreasHald
AndreasHald commented Dec 14, 2017

In the npm guide for creating your first chart, the following line " ChartModule.forRoot(require('highcharts')" is used, but this line is missing the escape ')' closing out the forRoot.

Can be confusing for newcomers.

Improve this page

Add a description, image, and links to the charting-library 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-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.