Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Image Modified

Image Modified

Image Modified

Image Modified

3D High Low Close3D CandlestickMoving Average + StackFunctions

Image Modified

Image Modified

Image Modified

Image Modified

ConePyramidCylinderExploded Pie


Working with Candlestick Charts

Candlestick charts can be effectively used in Aqua Data Studio to plot data-driven charts.

Candlestick ChartImage Modified

Candlestick Chart
  1. Candlesticks are used to show the stock price
  2. Each candlestick shows the stocks high, low, opening, and closing prices. The wick shows the stocks high and low prices
  3. The body of a candlestick shows the stocks opening and closing prices
  4. A day is an up day if the closing price is greater than the opening price
  5. The body color is used to flag if it is an up day (GREEN) or down day (RED)

Working with Open-high-low-close Chart

Image Modified

Open-high-close Chart
  1. In a high-low-close plot the vertical line represents the high and low values over one unit of time
  2. The close value is represented by a "tick" to the right. The open value, if present, is represented by a tick to the left
  3. If today's close is higher than yesterday's close - the bar is colored green/blue
  4. If today's close is lower than yesterday's close - the bar is colored red
  5. If today's close is equal to yesterday's close - the bar is colored the same as yesterday

Working with Bubble Charts

Image Modified

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 ChartImage Modified

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 ChartImage Modified

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 ChartImage Modified

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 ChartImage Modified

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.

  1. The scatter graph consists of plotted points "scattered" around an X-Y grid. The pattern may reveal a relationship between the two variables measured by the X and Y axes. In 2D scatter graphs, you can illustrate trends in the plotted points by adding a "Moving Average"
  2. Scatter graphs can chart multiple data sets, each represented by a different symbol, each having any number of data points

Working with Map Charts

Image Modified

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 thecountry codes list.

...

For example, if your result-set contains these rows:

CountryValue
France100
FR200
FRA300
US400
USA500

Then, your Map will have 2 highlighted countries and the values displayed for France and United States will be 600 and 900, respectively.

...