personality-insights / sunburst-chart

A visualization for IBM Watson Personality Insights service output.
https://personality-insights.github.io/sunburst-chart/
Apache License 2.0
43 stars 37 forks source link

Don't recreate SVG when locale is changed #32

Closed soumak77 closed 6 years ago

soumak77 commented 6 years ago

31 adds support for changing locale. The current implementation will remove the existing SVG and recreate it if the locale is changed. This is unnecessary as the sunburst itself does not need to be recreated since the profile did not change. Update the logic so that only the text in the SVG is updated when the locale is changed. No elements need to be removed, only their value needs to be changed.