data-story icon indicating copy to clipboard operation
data-story copied to clipboard

A visual process builder

Results 2 data-story issues
Sort by recently updated
recently updated
newest added

- fix: corrected issue where the link count was not properly stored in localStorage before: https://github.com/ajthinking/data-story/assets/20497176/ff881e60-2ee2-451e-a1b1-e31502e9a19a after: https://github.com/ajthinking/data-story/assets/20497176/7ddb726e-08ba-441b-a699-55ed35993d83 - feat: add the `onInitialize` event before: ![image](https://github.com/ajthinking/data-story/assets/20497176/ab8732b6-4c46-4c3a-a5d2-f177b5bb789e) after: https://github.com/ajthinking/data-story/assets/20497176/a271153b-c008-4745-b3e1-2e8dacd52910

### website playground: https://github.com/user-attachments/assets/d5c31f1e-3bc4-4e19-8793-7b10b413f24b ### node server playground: https://github.com/user-attachments/assets/577ad028-14a6-43c3-b346-47506e886127 ### vscode https://github.com/user-attachments/assets/908508a1-049b-4088-a390-815faeca2e6f | Before | After | | ------ | ----- | | ❌ | ✅ | |![image](https://github.com/user-attachments/assets/db59f62c-1559-4a05-a2a5-6df93e104cca)|![image](https://github.com/user-attachments/assets/bc3fdf2c-2c07-4072-9195-118b0458ee8e)| - fix:...