jvas28 / grapesjs-echarts

Charts for grapes js
MIT License
36 stars 2 forks source link

This plugin is not working with storageManager #23

Closed shkhalid closed 2 years ago

shkhalid commented 3 years ago

When i use storageManager and refresh the page after saving. It show's blank canvas(Empty chats elements).

storageManager: {
          id: "gjs-", // Prefix identifier that will be used on parameters
          type: "local", // Type of the storage
          autosave: true, // Store data automatically
          autoload: true, // Autoload stored data on init
          stepsBeforeSave: 1, // If autosave enabled, indicates how many changes are necessary before store method is triggered
        },