amcharts3-react icon indicating copy to clipboard operation
amcharts3-react copied to clipboard

Official amCharts V3 React component

Results 32 amcharts3-react issues
Sort by recently updated
recently updated
newest added

my project not a `create-react-app` project but a custom one, after we upgrade Webpack V4 to V5 and also we removed the `bable/pollyfill` this error happened. the only way to...

Hello, I'm using the following Amchart config: ``` { "type": "serial", "theme": "light", "autoMarginOffset": 20, "graphs": [{ "id": "g1", "balloonText": "[[value]]", "bullet": "diamond", "bulletBorderAlpha": 1, "bulletColor": "#FFFFFF", "hideBulletsCount": 50, "title":...

Yarn has not indexed this package yet. if you're looking to get in with the React crowd you might want to make sure Yarn can resolve this package

https://www.amcharts.com/docs/v4/concepts/exporting/ from the doc i couldn't find a example for setting columns or modify values for exporting csv. is it available from amcharts?

## Context: One of the pages of the app I am working on has a list of components displaying some sort of data. Each list item makes a request for...

I find it difficult to update the properties of the chart instance arbitrarily because of the existence of List template

Im trying to use the stock price chart, is this possible? ``` var React = require("react"); var ReactDOM = require("react-dom"); var AmCharts = require("amcharts3-react"); var chartData1 = []; var chartData2...

Does AmCharts support react native?? ![test](https://user-images.githubusercontent.com/7057416/53015831-0b2e2380-3472-11e9-8169-8027ab2492a5.png)

I'm rewriting an application in React Fiber and AmCharts no longer seems to work. I can console log AmCharts and AmCharts.React just fine, but as soon as I try to...

By default, the charts created have the id in this format - __AmCharts_React_1__ Can we give custom defined id's to the charts? If yes, then how? Please let me know....