Skip to content

Commit

Permalink
FLOE-452: More wording improvement with the overview panel description.
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyli committed Feb 12, 2016
1 parent f4766ee commit a0dcb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/src/js/chartAuthoring-demo-overview.js
Expand Up @@ -82,7 +82,7 @@ var demo = demo || {};
titleLinkText: "Chart Authoring"
},
markup: {
description: "The Chart Authoring Tool supports the authoring, export and embedding of highly accessible charts, including sonification of the data. The current version supports creating pie charts and transforming the data into sonified form via a pattern where long notes represent 10% of the pie chart and short tones represent 1%. Anticipated future development includes supporting other kinds of charts, providing other sonification strategies for data, and export functionality.<br /><br /><span style=\"font-weight: bold\">Browser Support</span><br />In browsers that support the Text to Speech API, each data label is announced followed by the corresponding sonified data. In other browsers, only the sonified data is announced without the data label.",
description: "The Chart Authoring Tool supports the authoring, export and embedding of highly accessible charts, including sonification of the data. The current version supports creating pie charts and transforming the data into sonified form via a pattern where long notes represent 10% of the pie chart and short tones represent 1%. Anticipated future development includes supporting other kinds of charts, providing other sonification strategies for data, and export functionality.<br /><br /><span style=\"font-weight: bold\">Browser Support</span><br />In browsers that support the Web Speech API, each data label is announced followed by the corresponding sonified data. Currently, these browsers include the latest Chrome, Safari and Firefox with web speech configuration enabled. In other browsers, only the sonified data is announced without the data label.",
instructions: "<p>Enter labels and data for your pie chart in the data entry area. The pie chart and its corresponding legend will update each time you update your data. Use the play button to hear the current chart sonification or the stop button to stop a sonification before it finishes.</p>"
},
links: {
Expand Down

0 comments on commit a0dcb84

Please sign in to comment.