jaggedsoft / chartaholic

Lightning fast ⚡ Responsive SVG candlestick chart generation in Javascript
https://liquidity.ltd
GNU General Public License v3.0
25 stars 4 forks source link

html and php files with the following code do not works #3

Open ypradeep09 opened 3 years ago

ypradeep09 commented 3 years ago

I am new in this stuff, kindly help me please! I tried to use chartaholic and I Tried the Example code

<!doctype html>

JS Demo | Chartaholic

and saved it as a html file and tried to get the chart but it didnt worked, so i changed it to php and opened it on my mamp server but still no results..... :( only a blank page opens what can i do to use the chart?

D4rkd3vilchipihc commented 3 years ago

Hi ypradeep09 you need to feed the graph with the ticks data try this

<!doctype html>

JS Demo | Chartaholic

I believe that will work