AnyChart-React icon indicating copy to clipboard operation
AnyChart-React copied to clipboard

Intuitive and easy to use React plugin that allows you to create and work with AnyChart JavaScript Charts

Results 20 AnyChart-React issues
Sort by recently updated
recently updated
newest added

how can i use anychart with react and typescript? i try to install types package but it dosent exist. ![image](https://user-images.githubusercontent.com/46135885/229287657-9ea6ea90-aac9-4e6e-ada8-edb3abc24977.png)

# React Hooks Implementation This PR updates dependencies and is a rewrite of the component (based on the existing version), but using a functional component with React Hooks, instead of...

I'm using v8 Graph, and putting it into a container like so: ``` Graphs in Boxes! box 1 box 3 box 4 ``` Render is fine, drag/pan and click events...

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [babelify](https://github.com/babel/babelify) and [gulp-babel](https://github.com/babel/gulp-babel). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.3 Release notes Sourced from json5's...

dependencies

How to render multiple anychart in the same component if i add like this then both the values are merged and shown in the single chart

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `minimatch` from 0.2.14 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependencies

Hi, I tried to plot a simple Anychart with create-react-app project. But, it is giving me "FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of...

Hello, We would really need to be able to use async rendering in our application: https://docs.anychart.com/Common_Settings/ASYNC_Rendering It's just a boolean passed to the `draw()` function, which could be added in...

I'm currently working on a project and need a choropleth as a component for data visualization. I'm new and a complete noob when it comes to configuring stuffs. Any suggestions...