Skip to content

Commit 021fe97

Browse files
authored
Fix Segments
re-shuffle "Accessibility- segment"
1 parent 514c863 commit 021fe97

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -352,18 +352,6 @@ Let's see how we can use the chart components and style them with available cust
352352
To interact with your device with touch and spoken feedback, you can turn on the TalkBack screen reader. TalkBack describes the graphs/charts when tapped on the graph container.
353353
Compose views by deafult supports accessibility services, but for views drawn using canvas has no straight forward approach as of now, hence all our graph components supports an accessibility popup out of the box that will be shown over the graph with tapped on the container, with all the values described in an order to support accessibility services. User will be able to scroll the popup and find all the points, bars, slices or combined values in a descriptive manner, where user can tap and talkback would read it out loud.
354354
355-
## KMM Support.
356-
* For the ongoing effort to provide multiplatform solution, Ycharts now being written in Compose Multiplatform, adopting KMM has been a game-changer, we hope to achieve good results in this effort with community contribution.
357-
Currently KMM compatible code can be found at _**`kmm-main`**_ branch
358-
359-
360-
## Changes in version 2.0
361-
* Fix for multiple line graph/chart has been added, now it can be used to plot multiple line graphs/line charts on a single canvas or a single line with multiple colors.
362-
* Background color for Pie chart/Donut chart now can be set via _**`backgroundColor`**_ parameter through PieChartConfig model, this is done to keep the behaviour consistent with current syntax pattern.
363-
* Kotlin-library updates: _**`Kotlin version`**_ has been upgraded to '1.8.10' along with agp, compose-compiler, core-ktx, target sdk, and other compatible library updates.
364-
* Sample App has been updated to showcase more use-cases for each chart type.
365-
366-
367355
<figure>
368356
<div align = "center">
369357
<span align = "center" style = "display:inline-block">
@@ -379,6 +367,17 @@ Compose views by deafult supports accessibility services, but for views drawn us
379367
Here fig(a) represents the line graph with the container being highlighted & fig(b) represents the accessibility sheet with all values laid out in detail so that talkback can describe the graph values.<br><br>
380368
*Note*: All the descriptions that are visible in the accessibility popup can be customized to the required string.
381369
370+
## KMM Support.
371+
* For the ongoing effort to provide multiplatform solution, Ycharts now being written in Compose Multiplatform, adopting KMM has been a game-changer, we hope to achieve good results in this effort with community contribution.
372+
Currently KMM compatible code can be found at _**`kmm-main`**_ branch
373+
374+
375+
## Changes in version 2.0
376+
* Fix for multiple line graph/chart has been added, now it can be used to plot multiple line graphs/line charts on a single canvas or a single line with multiple colors.
377+
* Background color for Pie chart/Donut chart now can be set via _**`backgroundColor`**_ parameter through PieChartConfig model, this is done to keep the behaviour consistent with current syntax pattern.
378+
* Kotlin-library updates: _**`Kotlin version`**_ has been upgraded to '1.8.10' along with agp, compose-compiler, core-ktx, target sdk, and other compatible library updates.
379+
* Sample App has been updated to showcase more use-cases for each chart type.
380+
382381
## License
383382
384383
```

0 commit comments

Comments
 (0)