Christofer Splittorff
Christofer Splittorff
Agree, we need to add strategies for other types than "bars". An FYI though, the bar strategy should "work" with any shape as the position is based on the bounding...
"Adding too much data makes the y-axis disappear." - That would be the expected behaviour given all labels cannot fit without overlapping each other. In such case you either have...
Hi @dialpemo, thx for reaching out to us. Font-size of what? There is currently no good documentation for creating a scroll bar, but it's something that I hope to get...
That can be done like this: ``` { type: 'axis', settings: { labels: { fontSize: 20, }, }, } ```
No problem. Like I said, there is currently no good documentation for creating a scroll bar, but it's something that I hope to get started on documenting in the near...
I'm missing the added property/properties in the default setting and some describing documentation? Also add some unit tests.
@dhruvstar1996 Is that the tooltip that comes bundled with picasso? Or some custom tooltip? Regarding IE11, which version are you using?
This will have to be implemented in multiple steps: - [x] Expose symbol registry via `picasso.symbol` & `require` - [ ] Update documentation - [ ] Update existing components so...