You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] a bug report
- [X] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet)
What is the expected behavior?
An user can define scatter chart with data points not connected with lines.
What is the current behavior?
Data points are always connected with lines on a scatter chart.
<?phprequire__DIR__ . '/vendor/autoload.php';
// Create new Spreadsheet object$spreadsheet = new \PhpOffice\PhpSpreadsheet\Spreadsheet();
// just create any scatter chart
Which versions of PhpSpreadsheet and PHP are affected?
PHP 8.0.10
PhpSpreadsheet 1.18.0
The text was updated successfully, but these errors were encountered:
This is:
What is the expected behavior?
An user can define scatter chart with data points not connected with lines.
What is the current behavior?
Data points are always connected with lines on a scatter chart.
What are the steps to reproduce?
Please provide a Minimal, Complete, and Verifiable example of code that exhibits the issue without relying on an external Excel file or a web server:
Which versions of PhpSpreadsheet and PHP are affected?
PHP 8.0.10
PhpSpreadsheet 1.18.0
The text was updated successfully, but these errors were encountered: