Skip to content
This repository was archived by the owner on Jan 23, 2022. It is now read-only.
This repository was archived by the owner on Jan 23, 2022. It is now read-only.

Can I dynamatically load data and perform some advanced data setting? #3

@linonetwo

Description

@linonetwo

My problem is something likes PhilJay/MPAndroidChart#789

When scaleX in LineChart, I want to load more detailed data , can I listen to the scaleX event and use https://github.com/PhilJay/MPAndroidChart/wiki/Dynamic-&-Realtime-Data to load more data?

And my data is something like

x y
2016-01-01 15:00:00 GMT 25
2016-01-01 22:00:00 GMT 58
2016-01-02 08:00:00 GMT 36
2016-01-02 14:00:00 GMT 12
2016-01-02 19:00:00 GMT 29

It seems that it don't intervals with the date correctly, intervals are all the same. Can I use https://github.com/PhilJay/MPAndroidChart/wiki/Setting-Data to adjust data to have interval the same as numbers ?

copy from mskec/react-native-mp-android-chart-example#2

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions