LogoLogo
  • Analytics
    • Create Chart
      • Select Mode
      • Function mode
        • 1. How to import data
          • Select Data
          • Select Time Range
          • Data Setting
        • 2. How to analyze data
          • Data Details
          • Function Setting
          • How to write functions
          • Function Library
          • Function Chart Examples
        • 3. How to visualize data
          • Line & Bar Chart
          • Doughnut Chart
          • Number Chart
          • Table Chart
          • Color Setting
      • Python mode
        • 1. How to preview data
        • 2. How to analyze data
          • Python Setting
          • How to write Python
          • Python Chart Examples
        • 3. How to visualize data
          • Line & Bar Chart
          • Table Chart
    • Publish Chart
    • Chart Examples
    • Fork Chart
  • Terminal
    • Create Bot Strategy
      • 0. How to write code
      • 1. How to preview data
    • Fork Strategy
    • Strategy Examples
    • 🔜Deploy Bot
  • Workspace
    • Manage Strategy
      • Strategy Published
      • Strategy saved as draft
    • 🔜Manage Bot
  • Account Setting
    • Change Password
    • 🔜Register Exchange Account
    • 🔜Register OTP
    • 🔜Register Payment
  • library
    • 📍Function Library
    • 📍Python Library
      • Private API
        • Binance
      • Public API
  • FAQ
    • Data
      • Dataset
        • data list
      • What type of data can I use?
      • How customizable are the data?
    • Security
      • Is UnBlinked safe?
    • Account
      • I forgot my OTP device
      • I forgot password
Powered by GitBook

Copyright © 2023, UnBlinked Co., Ltd. | All rights reserved.

On this page
  • Series options
  • Line or Bar
  • Z-index
  • Y-index
  • Common options
  • Line Stack
  • Bar Stack
  • Multiple Y-axis
  • Hide Y-axis
  • Line Width
  • Bar Width
  1. Analytics
  2. Create Chart
  3. Function mode
  4. 3. How to visualize data

Line & Bar Chart

Previous3. How to visualize dataNextDoughnut Chart

Last updated 1 year ago

Once you get to the visualization tab with the function code results, you can see the line & bar is activated by default.

Each series corresponds to a function. For example, if you set 5 functions, then you will see 5 series of lines constitute a chart. The X-axis of the chart is time and the Y-axis is value(or any other column of which the values are the numbers).

Line & bar type assumes that every function result is a time-series with time and value columns only. If your function result has columns other than time and value, we advise you to use table type instead.


Series options

Series options are the configures applied to each function.

Line or Bar

You can choose to display each function as a chart, and you can choose the chart type (line or bar).

Z-index

You can choose the order of the chart displayed. The larger the z-index, the more forward the chart is displayed.

Y-index


Common options

Common options are the options that affects the chart and every series.

Line Stack

Line stack is a chart setting that stacks multiple lines on top of each other. When line stack is turned on, all lines are stacked.

Bar Stack

Bar stack is a chart setting that allows you to stack multiple bars on top of each other. When bar stack is turned on, all bars are stacked.

Multiple Y-axis

Multiple Y-axis is a chart setting that allows you to plot multiple Y-axes on the same chart. This is useful for comparing the values of different variables on the same scale.

Hide Y-axis

Hide Y-axis is a chart setting that allows you to hide one or more Y-axes on a chart. This is useful for when you only want to focus on a specific variable, or when you want to simplify the chart.

Line Width

You can adjust the width of the line chart.

Bar Width

You can adjust the width of the bar chart.

You can choose which Y-axis the function belongs to. The functions with the same Y-index will share the same Y-axis. This option is available only when option is activated. It can be chosen from 1 to 3.

multiple Y-axis