We have a case with a chart with values: Date-Value that only applies to working days.
Non of the current options of missingValues ("gap" | "interpolate" | "zero") suits us. Interpolate is the closest option but it pretends to have 2 additional points (Sat & Sun) between Friday and Monday while we prefer just to connect directly Friday and Monday so both label and chart-line shape showns that 4 weeks (28 days) data based chart is based on 20 points and not 28 points (20 real points and 8 interpolated points).
Can this be achived currently? If not can you extend missingValues with additonal option (eg. "ignore") to do as explained above?
Thanks,
Tomasz
Hi,
Declined due to low customer demand.
Regards,
Dimiter Topalov
Progress Telerik
Just to show examples to my previous description
kendo-chart-dates-current.JPG is what currently happens and kendo-chart-dates-prefered.jpg is what we would prefer to see.
Our categoryField is based on type Date. We don't want to change it to string because then we lose Date formatting based on user's locale