ananas-analytics / ananas-desktop

A hackable data integration & analysis tool to enable non technical users to edit data processing jobs and visualise data on demand.
https://ananasanalytics.com
Apache License 2.0
580 stars 43 forks source link

Support stacked bar chart #85

Closed bhou closed 5 years ago

bhou commented 5 years ago

Input dataframe must contains at least 1 string compatible column for the dimension (X axis), several number columns for the value

Example:

Date (string or date type) France (integer) US (integer)
2019-01-01 1000 800
2019-01-02 800 900
bhou commented 5 years ago

a new boolean config stack is added in bar chart configuration.

config:
    stack: false 
    ... other settings ...