Skip to content
Snippets Groups Projects
Commit cddadc50 authored by Briggs, Aaron Shane's avatar Briggs, Aaron Shane
Browse files

changed wording

parent 5fabec8d
No related branches found
No related tags found
No related merge requests found
...@@ -34,13 +34,13 @@ export const drawSimpleLegend = function(div, {legendMarkerRows, layout}) { ...@@ -34,13 +34,13 @@ export const drawSimpleLegend = function(div, {legendMarkerRows, layout}) {
.attr('class', 'provisional-data-message') .attr('class', 'provisional-data-message')
.attr('x', 0) .attr('x', 0)
.attr('y', VERTICAL_ROW_OFFSET_PROVISIONAL_DATA_MESSAGE) .attr('y', VERTICAL_ROW_OFFSET_PROVISIONAL_DATA_MESSAGE)
.text('Important - data displayed may be provisional'); .text('Important - Graph may contain provisional data');
legend.append('a') legend.append('a')
.attr('class', 'provisional-data-link') .attr('class', 'provisional-data-link')
.attr('xlink:href', '/svg/index.html') .attr('xlink:href', '/svg/index.html')
.append('text') .append('text')
.style('fill', 'blue') .style('fill', 'blue')
.attr('x', 330) .attr('x', 340)
.attr('y', VERTICAL_ROW_OFFSET_PROVISIONAL_DATA_MESSAGE) .attr('y', VERTICAL_ROW_OFFSET_PROVISIONAL_DATA_MESSAGE)
.text('learn more'); .text('learn more');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment