chart
  • Welcome to Chart plugin
  • How to Activate your subscription
  • How to Create your first chart
    • Create Line chart
    • Create Area chart
    • Create Stacked Area chart
    • Create Stream graph
    • Create Vertical Bar chart
    • Create Horizontal Bar chart
    • Create Grouped Bar chart
    • Create Grouped Horizontal Bar chart
    • Create Pie chart
    • Create Donut chart
    • Create Progress chart
    • Create Scatter plot
    • Create Sparkline
    • Create Candlestick chart
    • Create Histogram
    • Create Heatmap
    • Create Radar chart
    • Create Waterfall chart
    • Create Multitype chart
  • Chart Settings
  • Customer support
  • Troubleshooting guide
  • πŸ“ˆAdd data to your chart
    • From Google Sheet, CSV or custom table data
    • From API or JSON
  • 🎨Manage chart's style
    • With manual styles
    • Using a Template
  • πŸ’ Working with components
    • Use Chart with Components and Auto layout in Figma
  • ✏️Edit your chart
    • How to resize chart
    • How to update chart with data from Google Sheet or API
    • How to edit data and styles of specific chart
  • πŸ‘€Manage account
    • My account
    • How to upgrade to Pro or Team version
    • Refund Policy
  • Terms of Service
  • Privacy Policy
Powered by GitBook
On this page
  • Thousands separator
  • Decimal separator
  • Decimal count
  • Y-axis step mode
  • Y-axis step
  • Parse dates in Labels
  • Dates axis format

Was this helpful?

Chart Settings

List of global settings with descriptions

PreviousCreate Multitype chartNextCustomer support

Last updated 9 months ago

Was this helpful?

Thousands separator

The setting determines which separator will be used for numeric values ​​in labels. Available values:

  • None (123456)

  • Space (123 456)

  • Comma (123,456)

  • Point (123.456)

Decimal separator

The setting determines which symbol will be used to separate decimals in labels. Available values:

  • Point (123.00)

  • Comma (123,00)

Decimal count

The setting determines how many characters will be in the decimal part of the number.

Y-axis step mode

The setting determines how the step between adjacent values ​​on the Y-axis will be calculated. Available values:

  • Auto

  • Manual

Y-axis step

The setting specifies the value in pixels between adjacent values ​​on the Y axis.

Parse dates in Labels

The setting determines the ability to parse data for labels to find dates in them. This setting affects the ability to format the X-axis as dates for Line chart, Area chart, Stacked Area chart. Available values:

  • No (do not parse)

  • Yes

Available formats to parse:

  • DD.MM.YYYY

  • MM/DD/YYYY

  • YYYY-MM-DD

Dates axis format

The setting determines the format in which dates will be displayed on the X-axis of the chart. Supported format keys:

  • %d: Two digit day of the month, 01 to 31

  • %e: Day of the month, 1 through 31

  • %b: Short month, like 'Jan'

  • %B: Long month, like 'January'

  • %m: Two digit month number, 01 through 12

  • %y: Two digits year, like 09 for 2009

  • %Y: Four digits year, like 2009

Default value: %B, %y