Charts for stock analysis applications

前端 未结 3 581
再見小時候
再見小時候 2020-12-14 13:46

I\'m trying to build a stock analysis application and it uses 3 kinds of charts

  • Area Charts
  • Candlestick Charts
  • Combination Charts
<
相关标签:
3条回答
  • 2020-12-14 14:24

    if you are using a server side language there is plenty of libraries that you can use and draw images and of course it can be a chart, also there are some Libraries specifically for drawing Charts.

    But here are some really good JavaScript chart Solutions

    HighCharts Offer a free licence for non-commercial use, based on jQuery
    GRaphael MIT Licence , based on the famous raphael library
    Flot With less interaction but still free
    JSCharts A non-free alternative

    The Good point about JS is that it can be interactive.

    0 讨论(0)
  • 2020-12-14 14:36

    I would really recommend HighCharts. They are free for open source project bur requires a license if you use it in a commercial project. They even have a library dedicated to stocking charts, called HighStock.

    If you want a free library, my recommendation is Flot. However, it does not come with as many different chart types as HighCharts.

    0 讨论(0)
  • 2020-12-14 14:44

    I think you can use jQPlot

    http://www.jqplot.com/

    0 讨论(0)
提交回复
热议问题