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.
Related
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 used type Area Charts of lib ApexCharts.js for create chart in React Js app. But i have problem when i zoom in or zoom out the screen, the chart will auto re-render and reload data for display.
How to disable that feature?
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)
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).
I am building android app in react native. Here I can building image upload feature.
I want to open local image gallery in customized layout, which has two tabs in bottom, one from pick image from camera and another from local library, like instagram app has.
I have tried react-native-image-picker and react-native-image-crop-picker. But did not found this feature in these both react native packages.
Please guide me how can I create this feature.