-
Notifications
You must be signed in to change notification settings - Fork 303
Open
Description
Expected/Wanted Behavior: Data inserted via .paint() should persist after using any navigation method.
Current Behavior: After using any navigation method, data inserted via .paint() resets back to the initial data with which the chart was initialized.
Install Method: CDN
Since this issue came up at my workplace, I'll provide an example shortly. However, here's a list of the steps taken to reproduce this issue.
- The chart is initialized with no data.
- The user sends a request for data via AJAX.
- The AJAX request resolves and uses data from X to paint the heatmap.
- The user presses the Next or Previous button, which calls cal.previous() or cal.next().
- The data that was just painted disappears.
Is expected behavior? I haven't seen any related issues regarding missing data in the repo since 2013.
Currently, we have a refresh method, so this isn't a huge deal. However, I'd still like to see this as a feature.
Metadata
Metadata
Assignees
Labels
No labels