timestored / pulseui

Real-time interactive database applications
https://www.timestored.com/pulse/
Other
54 stars 6 forks source link

Remove weekends echarts x-axis? #98

Open ryanhamilton opened 1 year ago

ryanhamilton commented 1 year ago

user-kf -user-sit Is it possible to remove weekends from an x-axis? Or have that as an option?

ryanhamilton commented 1 year ago

Is this for daily data or something more continuous? Can you provide an example? This is not possible using the current charting library: https://github.com/apache/echarts/issues/12796

Line chart could be used for daily data for example: image

Given how essential this is for finance I'm open to investing time to provide a solution.

YassineElbouchaibi commented 1 year ago

Hello, did you find any ways around this issue ?

ryanhamilton commented 1 year ago

Only using line chart workaround as shown above. For more specialized handling of finance data, we have created our own charting component: https://www.timestored.com/pulse/help/chart-depthmap . Once more users demand a weekend fix, we will either have to fork echarts or again create our own component.