chart : Open Link #1444
Unanswered
SebastiendOrnano
asked this question in
Q&A
Replies: 2 comments 1 reply
|
You can use the Web Storage API, when you change value (LocalStorage or SessionStorage), on a page, the changes are detect on the other tabs. To test open this page, on this page you are invite to open another page, change the color and, the value are reflect on the other page Regards, |
0 replies
|
The chart link feature is proving a little bit trickier than we thought to implement cleanly, it requires changes to the underlying apexcharts library. I moved it back to a pull request si that we can merge it when it's really ready : #1450 If you have feedback on the current implementation, you can post it over there |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I’ve noticed the introduction of the new ‘link’ feature in the ‘chart’ component. Thank you very much; it’s a very useful feature that brings SQLPage even closer to project management software !!!
I tested this feature on a timeline to change the start date of a project stage. I click on a bar to open a new edit page, I change the date, I validate the new date, and then it open the updated timeline in a new page. It's works exactly as I was looking for. Great !
However, the original page with the old timeline remains open. I have to close manually the old page to avoid a confusion.
How can I display the new timeline instead of the old one? (It is probably a simple trick in html, but not simple for me !)
Thanks in advance for any help.
All reactions