Styling for every level of development experience

Interactivity Image Everything in ZingChart can be styled with an easy-to-use CSS-like syntax, from margins and padding to colors and gradients. Just declare it in your JSON configuration!

Overview

ZingChart comes with a set theme, but every component of the chart can be styled via the JSON configuration. Need some inspiration? Head over to our demo gallery where you'll find live fully customized and interactive charts.

Built-in Themes

Don't have a specific style requirement and just want good looking charts? We've done the hard work for you! We have built a number of custom themes that are ready for you to use.

JSON Configuration

We've built ZingChart to be user-friendly no matter the user's experience on the web. From novices to seasoned veterans, our charts are easy to create with a simple JSON configuration. Our extensive documentation outlines each attribute and the values it can take.

{
    "type": "line",
    "title": {
      "text": "My First Chart"
    },
    "series": [
      { "values": [20,40,25,50,15,45,33,34] },
      { "values": [5,30,21,18,59,50,28,33] },
      { "values": [30,5,18,21,33,41,29,15] }
    ]
  }
book

Sign up for an account in our ZingSoft Studio to create and save ZingChart demos. Come back to edit them any time!

Go to Studio Docs

Don't see the styling options you want?

We can add them for you!