frappe / charts

Simple, responsive, modern SVG Charts with zero dependencies
https://frappe.io/charts
MIT License
14.94k stars 718 forks source link

[Feature request] Partial dataset plotting #244

Closed y-nk closed 1 year ago

y-nk commented 5 years ago

I'm looking for a way to add partial datasets in a graph. Such a typical dataset would be :

[{
  xAxis: new Date('1991-01-01'),
  yAxis: 9,
}, {
  xAxis: new Date('1991-01-06'),
  yAxis: 2,
}]

...while x axis would describe the full month for a period, and display 1st day of the week label.

As far as the documentation provides, it seems impossible to achieve. Would it be worth implementing ?

y-nk commented 1 year ago

looks like not