Point chart -> XY (Scatter) Chart
This commit is contained in:
parent
4ffe882f08
commit
878f1880c3
|
@ -577,7 +577,7 @@ define([
|
||||||
textBar: 'Bar Chart',
|
textBar: 'Bar Chart',
|
||||||
textArea: 'Area Chart',
|
textArea: 'Area Chart',
|
||||||
textPie: 'Pie Chart',
|
textPie: 'Pie Chart',
|
||||||
textPoint: 'Point Chart',
|
textPoint: 'XY (Scatter) Chart',
|
||||||
textStock: 'Stock Chart',
|
textStock: 'Stock Chart',
|
||||||
textStyle: 'Style'
|
textStyle: 'Style'
|
||||||
|
|
||||||
|
|
|
@ -1815,7 +1815,7 @@ define([
|
||||||
textBar: 'Bar Chart',
|
textBar: 'Bar Chart',
|
||||||
textArea: 'Area Chart',
|
textArea: 'Area Chart',
|
||||||
textPie: 'Pie Chart',
|
textPie: 'Pie Chart',
|
||||||
textPoint: 'Point Chart',
|
textPoint: 'XY (Scatter) Chart',
|
||||||
textStock: 'Stock Chart',
|
textStock: 'Stock Chart',
|
||||||
tipColorSchemas: 'Change Color Scheme',
|
tipColorSchemas: 'Change Color Scheme',
|
||||||
tipInsertText: 'Insert Text',
|
tipInsertText: 'Insert Text',
|
||||||
|
|
|
@ -512,7 +512,7 @@ define([
|
||||||
textBar: 'Bar Chart',
|
textBar: 'Bar Chart',
|
||||||
textArea: 'Area Chart',
|
textArea: 'Area Chart',
|
||||||
textPie: 'Pie Chart',
|
textPie: 'Pie Chart',
|
||||||
textPoint: 'Point Chart',
|
textPoint: 'XY (Scatter) Chart',
|
||||||
textStock: 'Stock Chart',
|
textStock: 'Stock Chart',
|
||||||
textStyle: 'Style'
|
textStyle: 'Style'
|
||||||
}, PE.Views.ChartSettings || {}));
|
}, PE.Views.ChartSettings || {}));
|
||||||
|
|
|
@ -1595,7 +1595,7 @@ define([
|
||||||
textBar: 'Bar Chart',
|
textBar: 'Bar Chart',
|
||||||
textArea: 'Area Chart',
|
textArea: 'Area Chart',
|
||||||
textPie: 'Pie Chart',
|
textPie: 'Pie Chart',
|
||||||
textPoint: 'Point Chart',
|
textPoint: 'XY (Scatter) Chart',
|
||||||
textStock: 'Stock Chart',
|
textStock: 'Stock Chart',
|
||||||
tipSynchronize: 'The document has been changed by another user. Please click to save your changes and reload the updates.',
|
tipSynchronize: 'The document has been changed by another user. Please click to save your changes and reload the updates.',
|
||||||
txtScheme1: 'Office',
|
txtScheme1: 'Office',
|
||||||
|
|
|
@ -528,7 +528,7 @@ define([
|
||||||
textBar: 'Bar Chart',
|
textBar: 'Bar Chart',
|
||||||
textArea: 'Area Chart',
|
textArea: 'Area Chart',
|
||||||
textPie: 'Pie Chart',
|
textPie: 'Pie Chart',
|
||||||
textPoint: 'Point Chart',
|
textPoint: 'XY (Scatter) Chart',
|
||||||
textStock: 'Stock Chart',
|
textStock: 'Stock Chart',
|
||||||
textStyle: 'Style',
|
textStyle: 'Style',
|
||||||
textAdvanced: 'Show advanced settings'
|
textAdvanced: 'Show advanced settings'
|
||||||
|
|
Loading…
Reference in a new issue