-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow adding new x-values within original range
Allow users to add a series to an existing plot when the new series has x-values that do not exist in the original series. The only restriction is that the new series cannot extend the x-axis beyond its original start/end range. The new behavior is consistent with chart_Series(). It looks like its removal was a regression created when the 'observation.based = TRUE' feature was implemented. Fixes #360, see #216.
- Loading branch information
1 parent
d1da3f0
commit 86c06fe
Showing
1 changed file
with
14 additions
and
11 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