Chartbrew
Stop being a stranger to your data. Connect your database to Chartbrew and visualize your data in a few simple steps.
:bug: fixed bug with date mutation when zeros are included in timeseries
:construction: multiple bug fixes and edge cases checks
:construction: added dateField functionality setter in the UI and updated the UI a bit
:card_file_box: added a new migration to add dateField to dataset
:lipstick: improved the calendar input with the app colors and GB format
:construction: added the data type detection for the conditions
first implementation of date conditions
:lipstick: arranged the chart color section into two columns
:construction: making sure number filters have the values parsed into floats
:construction: added support for multiple conditions at the same time
:bug: fixed crash in the KPI line chart when the dataset data doesn't exist
:construction: introduced data filters
:construction: added the add,remove,update functionality to the conditions
:construction: added the option not apply any of the Y Axis operations
:construction: rewrote big parts of the chart algorithm to make it more flexible
:construction: added multifill as an option in the dataset
replaced chart subType need from the colors
:construction: added the Line and Pie charts in the new chart system
:construction: added simple toggles for the chart types
:construction: added basic support for non-date x axis data
:construction: first draft of the new bar chart class for constructing chart configuration
:construction: added the sum and average operations to the axis class
:construction: first draft of the new AxisChart class
:lipstick: improved the visuals of the dataset section header
:heavy_plus_sign: added morgan to log express requests in development
:construction: created a module to fetch all the fields available for selection
:construction: fixed some console react warnings