forked from apexcharts/apexcharts.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gl.seriesX[0].length() was effectively used to size a number of temporary arrays in Scales.scaleMultipleYAxes() but it appears that gl.seriesX is not populated if tickPlacement: 'between' is configured, so this initialization now uses gl.datapoints instead. Removed a duplicate version of a function that was left behind during previous refactoring: Scales.setSeriesYAxisMappings() CoreUtils.setSeriesYAxisMappings() Both were identical except for a loop at the end of CoreUtils.setSeriesYAxisMappings() which set default series group names. Therefore removing Scales.setSeriesYAxisMappings() and substituting the call to it should have no net effect. This appears to be the case from testing.
- Loading branch information
Showing
1 changed file
with
4 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters