Chart Creation

Pie Chart Creation

Pie charts are great for showing proportions. Kognitos makes it simple to create and customize pie charts.

Example: Basic Pie Chart

create a pie chart where
    the categories are "A", "B", "C"
    the values are 1, 2, 3
    the title is "Sample Chart"
    the color palette is "blue"

Bar Chart Creation

Bar charts are useful for comparing quantities. Kognitos provides flexibility in creating both vertical and horizontal bar charts.

Example: Basic Bar Chart

create a bar chart where
    the categories are "X", "Y", "Z"
    the values are 4.5, 6.7, 8.9
    the orientation is "horizontal"
    the title is "Another Chart"
    the x label is "Types"
    the y label is "Amounts"
    the style is "white"
    the font is "Arial"

Last updated

Was this helpful?