As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
Good day,
Is it possible to have multiple charts on one page but the only chart that is shown on the page at any given time is by which row is highlighted in the table.
Hi Stu,
Thank you for your purchase.
Can you describe your question in more details? How do you mean "only chart that is shown on the page at any given time is by which row is highlighted in the table"? You will have a table of charts? So every chart will have own row and when you hover or click on that row you will show that chart? Am I right?
Hello Milos
Yes you guessed it right! I anticipate your response. Thank you
Hi Stu
Unfortunately this is not possible with built-in functionalities but it can be accomplished with little customization. You can place all charts from table on page and set them display:none CSS property, after that you can write little jQuery snippet that will show certain chart on row hover or on row click.
thank you for the info, I have just 1 question. If I have about 50 of these charts, will I run into issues regarding performance for user?
Hi Stu,
Yes probably but it depends of your server performance. You can try to place 50 charts on page and see does it slow down your page.