Rob

Results 7 comments of Rob

Hi, First thing I would do is group small slices together in a single "Others" slice. To enable this feature, add groupPercent setting to chart config. Set it to a...

Hi there, Have you tried setting a `minimum` on your valueAxis? (You might need to enforce this setting by adding `strictMinMax: true`. ``` "valueAxes": [{ "minimum": -0.1, "strictMinMax": true }]...

That would require some extra logic. There are no settings that would do what you described, but you can set the minimum (or maximum) dynamically, based on your data, inside...

Hi, You won't need `amcharts3` as a dependency. `amcharts3-react` alone is sufficient. Please include the amCharts 3 script tags in your `index.html` (including the Export Plugin files): ``` ``` In...

Hi! That works only if your Stock Chart has different graphs. The default compare feature of Stock Charts only has a single graph (that has the ability to display multiple...

Hi, I am not sure what could be wrong with your setup. I have just tried setting up a angular-cli project (Angular 7) according to our Readme, and I have...

That looks a little too blurry, I agree! Do you have your chart online somewhere, so we can have a closer look? Also, can you provide some details, like browser...