diff --git a/visualpython/html/m_visualize/chart.html b/visualpython/html/m_visualize/chart.html index 09d649b7..a2d8f579 100644 --- a/visualpython/html/m_visualize/chart.html +++ b/visualpython/html/m_visualize/chart.html @@ -249,7 +249,7 @@ Legend Labels - + Legend Position diff --git a/visualpython/html/styleGuide.html b/visualpython/html/styleGuide.html index 81c970a3..6af84a6e 100644 --- a/visualpython/html/styleGuide.html +++ b/visualpython/html/styleGuide.html @@ -5,7 +5,6 @@ Style Guide - diff --git a/visualpython/js/m_visualize/Chart.js b/visualpython/js/m_visualize/Chart.js index d979a6e1..cb8692ca 100644 --- a/visualpython/js/m_visualize/Chart.js +++ b/visualpython/js/m_visualize/Chart.js @@ -1207,8 +1207,8 @@ define([ type: 'text' }, { - key: 'label', - name: 'legendLabel', + key: 'labels', + name: 'legendLabels', type: 'var' }, { @@ -1244,7 +1244,7 @@ define([ { name: 'xlim', required: false }, { name: 'ylim', required: false }, { name: 'legendTitle', required: false }, - { name: 'legendLabel', required: false }, + { name: 'legendLabels', required: false }, { name: 'legendLoc', required: false }, { name: 'savefigpath', required: false } ];