Aqua Data Studio's Enhanced Charts include OHLC (open-high-low-close) charts, Candlestick charts, Bubble charts, Stacked charts, Scatter charts, and Map charts. Chart Functions include Addition, Subtraction, Scalar, Power, Log, Linear Regression and Moving Average. Column Shape Type includes support for Cylinder, Cone & Pyramid versions of all Column & Bar charts.
3D High Low Close | 3D Candlestick | Moving Average + Stack | Functions |
Cone | Pyramid | Cylinder | Exploded Pie |
Working with Candlestick Charts
Candlestick charts can be effectively used in Aqua Data Studio to plot data-driven charts.
Candlestick Chart |
Working with Open-high-low-close Chart
Open-high-close Chart |
Working with Bubble Charts
Bubble Chart |
A bubble chart is a two-dimensional scatter plot where a third variable is represented by the size of the points.
Working with Stacked Area Charts
Stacked Area Chart |
A stacked area chart is used to map multiple series over different categories like time.
Working with Scatter Line Charts
Scatter Line Chart |
The scatter line chart in Aqua Data Studio allows you to create a chart with two value axes to show one set of numerical data along a horizontal axis and another set of numerical values along a vertical axis.
Working with Stacked Bar Chart
Stacked bar Chart |
The Stacked Bar chart in Aqua Data Studio allows you to create a chart displaying the results of multiple queries stacked on top of each other vertically.
Working with Scatter Charts
Scatter Chart |
The scatter chart in Aqua Data Studio allows you to create a chart showing one piece of information, such as stock value along the x-axis and another piece of information such as Company, along the y-axis. A scatter chart is used to map correlation between sets of numbers.
Working with Map Charts
Map Chart |
The map chart in Aqua Data Studio presents a flat world map with country outlines. Chart Options for Map include the ability to show country details (population, currency, and area in square units) and a low resolution satellite view background image. To use the Map Chart Type, ensure that your query contains a column with country values. We support country names & country codes as specified in the ISO2, ISO3, GMI & FIPS specifications. For more on the country codes and names used in Aqua Data Studio, see the country codes list.
For example, if your result-set contains these rows:
Country | Value |
France | 100 |
FR | 200 |
FRA | 300 |
US | 400 |
USA | 500 |
Then, your Map will have 2 highlighted countries and the values displayed for France and United States will be 600 and 900, respectively.
You can also specify your own color coding scheme for a map highlighting. To do this, go to the Chart Options menu. For the Map Ranges parameter, specify "0,700,1000" then 2 ranges are created:
[0, 700) ==> from 0 inclusive to 700 exclusive
[700, 1000] ==> from 700 inclusive to 1000 inclusive
You can then specify the highlight color for each range by filling in the Map Range Colors attribute. For our example, "green,blue". So in our map, France will be highlighted in green and the United States in blue.