Open ryanhamilton opened 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:
Given how essential this is for finance I'm open to investing time to provide a solution.
Hello, did you find any ways around this issue ?
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.
user-kf -user-sit Is it possible to remove weekends from an x-axis? Or have that as an option?