Julianna Langston
Julianna Langston
How do you "open chart in rtl"? Is that a browser setting, or are we modifying the Rechart code?
It looks like some of the charts have `role="img"`, and some of them have `role="region"`. Would it be easier to replace the sankey plots with `role="img"`, or just to drop...
What the "correct" role is open to debate, and many accessibility experts can have reasonable disagreements on it. Let me take you through my thought process. When I'm writing code...
Note that this still leaves us with a problem around getting `alt`/`aria-label`/equivalent attributes into the system, but that's being addressed in the linked PR.
I'd like to propose a syntax that might address the original concern, with hopefully minimal changes. For each given categorical chart, we would set a `role="img"` by default, and pass...
> Does it (closed-caption div) even need to be visible to work? :-) You can position the closed caption off screen, or you can use `visibility:hidden`, but you can't use...
> I take it the must have id=cc, or would other id work? You can pass any kind of DIV you want to the c2mChart's `cc` option. The DIV can...
I'm happy to help with the Chart2Music side! Please let me know what I can do to facilitate knowledge transfer, or if there are specific features you need from C2M.
Hi! I recently stumbled on this charting library and issue, but just wanted to add something. I work on an open source tool, [Chart2Music](http://www.chart2music.com), which turns charts into music so...
> @julianna-langston correct me if I'm wrong, but your intention in the above PR was to allow programmatic control with `defaultIndex`? Or not? In retrospect the current functionality is confusing...