I need a chart library for react.js to use in PWA Mobile,
therefore library need specifications:
light , small and fast first load
display financial data (candle, bar, line) chart
Integrate and connect any data quick as possible
flexible in changing style
responsive and mobile-friendly
free and open source
ability to update chart in real time (like socket)
Related
i was assigned a task that looks very much like the Charts on this Web Page -> Example: https://interaktiv.br.de/merkel-nach-zahlen-2021/
The user is able to predict the behaviour of the line Chart by "drawing" with the mouse on top of the chart. In the case of the example this was done with an SVG approach, I am wondering if an open source ReactJS Library exists for this same purpose.
Thank you.
I was working on a reactJS dashboard PoC, with data filtering/slicing capability across charts.
Zeroed on dcjs and nivo charts for their capabilities.
I would like to understand whether nivo charts can be used in conjunction with dc.js.
As nivo charts are build on top of d3.js, thought it should be straight forward.
It looks like the registration of nivo charts with dc.js is not possible.
Any leads or reference material on this is really appreciated
Thanks
SD
I need to implement a chart in react native whose x axis should be in log scale.
Please suggest any chart library to do so.
I am currently using syncfusion chart which is for react js,it seems ok on web view but show error in expo.
enter image description here
I make this web app using react.js and I tried very much to do Responsive for mobile devices but I couldn't, any one solve this problem please.
I used useMediaQuery from material ui which helps very much in creating responsive site.
Here is the documentation for it.
After then for displaying responsive components
You can create new components that are fit to that window size
You can use states for toggling for the different window sizes
And then you can import them as you want.
I want to create some animation rich charts in a dashboard, I have attached some images on how I want,
Where onclick of pie chart section, that section gets separated, and with loader animation, like its loading pie chart.
Some beautiful barchart with loader animation and such.
Before I used react-chartjs-2 library and I was able to build basic dashboard, but I was very static and I was unable add animations as such. If anyone could suggest me some libraries, that is rich in animation or some sample dashboard that includes these features.
Check out Victory Charts (https://formidable.com/open-source/victory/), I've used them in the past for react native projects and loved the API, but it's really a web charts library (the mobile version has performance issues).