-
Seed for this thread: https://twitter.com/dan_abramov/status/653537827129565184
-
We will be publishing new content on the Salt website, so need to revisit our IA and top-level site navigation to ensure we can accommodate that new content.
Obviously, we want our IA to be reasona…
-
This is a followup to the original Tables thread #2957
Now that Tables are merged in master and released as part of 1.80 I am republishing this in a cleaned version, without all the intermediate chan…
-
**Describe the bug**
I have a minimal sample of bar chart using SvgChart with dataZoom type inside enable for use to horizontal scroll, but it so laggy. Update: SkiaChart is must better but the text …
-
We're experimenting with the shadow part support in Chrome (behind the flag), and have a number of situations where we'd like to conditionally style parts based on the state of the relevant part.
E…
-
Plotly.js has default styles for hovering (tooltips) and for selection (dimmed traces).
In Dash, users want to be able to customize these styles. While they _can_ customize these styles themselves …
-
I was trying to understand how some of the charts of the docs were built but struggle with a lot of line to scroll associated for the data set, e.g. https://mui.com/x/react-charts/bars/#layout
I th…
-
**Describe the bug**
Line chart you have the select event where you can select points & legend.
Line chart has activeElements which is an array of the active elements.
Line chart will not react…
-
Tools and Achievements tabs need to be moved under DM's Works.
Tables tab needs to be moved out of DM's Works.
-
Allow declaring a class in the body of another class.
```dart
class Person {
class Occupation {
String jobTitle;
Occupation(this.jobTitle);
String named(String name) =>
m…