I have two data types :
- product sales
field : date, product name, sales - product ad
field : date, product name, cost
(the two data types should be different for specific reason. these data types and each fields are more complex, actually)
I want to create a chart that its label is date and value is sales/cost .
but I’m struggling with the type of data and data source.
In my bubble app, I use ‘chart element’ plugins to create charts.
And I can’t figure it out how to create this chart.
Is there any other plugins to solve this problem? or If there is some solutions, please let me know.