Andrei Kislitsyn
Andrei Kislitsyn
Also as I see bullet bar chart has some kind of marklines on bars. We can't do it in Kandy, but points can be used intead of them: ``` //...
Now `PlotContext` has 3 types of important things to do at the top level: ``` plot { // 1. transform data, e.g. group or calculate statistics, // in the future,...
The main problem is that the API of all these things is very similar and at the same level; data transformation is not separated in any way (in libs where...
So basically you want kandy to handle `Duration` in the same way as `LocalTime`/`LocalDateTime`?
Hmm, I guess you're right. I need to do a little research and see if it works correctly, but in terms of implementation it won't be resource intensive at all...
The design of plot grid and plot bunch is not yet finalized.
Not sure if we need it
It also concerns https://github.com/JetBrains/lets-plot-kotlin/issues/129. For example, I have `LocalDate` data source. 1) I should cast it to `LocalDateTime` and then to `Instant` to to work with it in the lets-plot....
Doesn't work