mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-24 14:26:04 +03:00
Fix to Radar and Scatter chart examples
This commit is contained in:
parent
900325d0c8
commit
1c8c2379cc
@ -103,6 +103,7 @@ $series = new PHPExcel_Chart_DataSeries(
|
|||||||
$dataSeriesLabels, // plotLabel
|
$dataSeriesLabels, // plotLabel
|
||||||
$xAxisTickValues, // plotCategory
|
$xAxisTickValues, // plotCategory
|
||||||
$dataSeriesValues, // plotValues
|
$dataSeriesValues, // plotValues
|
||||||
|
NULL, // plotDirection
|
||||||
NULL, // smooth line
|
NULL, // smooth line
|
||||||
PHPExcel_Chart_DataSeries::STYLE_MARKER // plotStyle
|
PHPExcel_Chart_DataSeries::STYLE_MARKER // plotStyle
|
||||||
);
|
);
|
||||||
|
@ -89,6 +89,7 @@ $series = new PHPExcel_Chart_DataSeries(
|
|||||||
$dataSeriesLabels, // plotLabel
|
$dataSeriesLabels, // plotLabel
|
||||||
$xAxisTickValues, // plotCategory
|
$xAxisTickValues, // plotCategory
|
||||||
$dataSeriesValues, // plotValues
|
$dataSeriesValues, // plotValues
|
||||||
|
NULL, // plotDirection
|
||||||
NULL, // smooth line
|
NULL, // smooth line
|
||||||
PHPExcel_Chart_DataSeries::STYLE_LINEMARKER // plotStyle
|
PHPExcel_Chart_DataSeries::STYLE_LINEMARKER // plotStyle
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user