The main purpose of this tool is to display financial, banking and business charts, but can also be used for visualizing any date(time)-based data.
Stock Chart is a powerful application that lets a developer forget about most of the boring parts in building complex statistical systems.
It has built-in period and data set selection tools, and can group data to longer periods.
This enables to make drill-down charts without any additional coding, using one data file only.
Here are some key features of "amStock":
· Supports Line, Column, Candlestick, OHLC, Step Line, Step Line without risers and Area chart types;
· Can display data at irregular intervals
· Can accept almost any date and time format. The data might be yearly, monthly, daily, hourly. It can also contain minutes, seconds and milliseconds.
· If there are more data points in the selected period than indicated, the data can be grouped into longer periods – weeks, months, years. Can choose the value that you want to show for the period – open, close, average, sum, low or high.
· Multiple charts with the same x axis can be displayed.
· News tickers (events) can be displayed.
· Two Y axes (left and right).
· Smoothed lines
· A very comfortable scrollbar with a "play" function.
· Predefined and custom period selectors.
· Multiple data sets can be used.
· Any CSV file can be used for data storage.
· Can recalculate data to percents when comparing one data set with another.
· Large data sets can be used (tested with upwards of 20.000 data points).
What's New in This Release: [ read full changelog ]
· A new setting <balloon_text> was added to <data_set_selector> group. Sometimes data set title doesn't fit in the drop-down. If you set a value like {title} here, the roll-over balloon will display full title so users could read it. You can also display {short} title and a {description} in this balloon.
· A new setting, <disable_custom_cursors> was added. If you set it to true, custom hand and resize arrow cursors will be disabled.
· A new setting, <chart><events><show_date> was added. If you set it to false, the date will not be displayed in the balloon (when you roll-over the event bullet)
· When user clicks on a predefined period button, this JavaScript function is called: amPeriodSelected(chart_id, type, count, id);