Line chart using jquery or javascript -


i trying make line chart of stock data.

want plot 3 lines on graph: close, , 2 running averages.
it's important lines thin, yahoo finance charts.

i saw chartjs, there few things don't see supported.

for example can't make lines thinner, can't set x axis ranges, or have date shown x-axis.

i looking recommendations on line chart implementation.

i recommend high charts has lots of options


Comments

Popular posts from this blog

c# - Where does the .ToList() go in LINQ query result -

Listeners to visualise results of load test in JMeter -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -