-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some question about this awesome chart #4
Comments
Is it possible to show the latest price on a green background like in this image:
setStandard('usa') |
Is there a way to add dynamically new datas for it without loading all the data again ? Is it possible in the same why to update the latest value ?It has been supported to add only new data and automatically generate Kline and timeline by passing in the latest now data. |
How to show time bar in the bottom of candlestick chart ?cl.chart.def.js
display update both |
Can you share unminified version of clchart.js pleaseI don't understand. What do you need? |
And finally, is it possible to load data from multiple CSV files ?Loading data does not belong to component category. There are many sources of data. clchart does not restrict people to obtain data in any way. |
Hi sir !
First many thank's for this share and awesome work !
I have some questions for you:
Is it possible to show the latest price on a green background like in this image:
https://user-images.githubusercontent.com/4250838/40221637-8c57e146-5aaf-11e8-9cdf-84b7e82ef83b.png
Is there a way to add dynamically new datas for it without loading all the data again ? Is it possible in the same why to update the latest value ?
How to show time bar in the bottom of candlestick chart ?
Can you share unminified version of clchart.js please ?
And finally, is it possible to load data from multiple CSV files ?
Thank you in advance for your answers !
The text was updated successfully, but these errors were encountered: