Hey everyone!
With the holiday season upon us, we want to share our upcoming working hours:
- New Year: Our team will be off on January 1st and 2nd. We’ll be back on Friday, January 3rd, to respond to any messages received during this time.
- Weekend: As usual, we don’t work on weekends, so January 4th and 5th will also be non-working days.
- Orthodox Christmas: Our office will be closed on Monday and Tuesday, January 6th and 7th for the holiday.
After that, we’ll return to our regular schedule and assist you as quickly as possible.
In the meantime, you can explore our documentation for Amelia and wpDataTables. You'll find tons of helpful resources, including articles and handy video tutorials on YouTube (Amelia's YouTube Channel and wpDataTables' YouTube Channel), which might just have the answers you need while we’re away.
Thanks a bunch for your understanding and support!
Warm regards and happy holidays!
TMS
Hi there!,
Is there any way of adding a logo and disclamer text in the bottom of a chart? I want to be able to brand the charts when people download them.
Also for the export options is there any way of taking off the options to download csv, xls & view data table?
Thanks!
Hi Mee,
1. Sorry to disappoint you, but at the moment, we don't have any built-in option to achieve adding a logo and/or disclaimer under a chart.
You can make a development suggestion for our developers.
Please feel free to search on our suggestions page,
to see if someone may be already suggested this feature. If you can't see it, feel free to add your suggestion there, and as more people vote, the feature will move higher on the priority list.
You can certainly follow our changeLog page if you'd like ( it is also available in the plugin dashboard), where we state any changes/new features/bug fixes during updates;
and our newsletter, so you're informed about new features, bug fixes, freebies, etc.
-
If you have coding skills and wish to try to make a custom solution now,
you can check our documentation about wpDataCharts callbacks.
A huge number of examples for any area of programming can be found on stackoverflow.com (typing your problem in google and at the end add "site: stackoverflow.com" and Google will search only that website). Also, a lot of examples of charts, chart settings, and customization can be found on jsffidle.net (typing in google for example "line chart highcharts jsffidle")
-
2. When it comes to export options, if I understood this question is for Table Tools in our Tables;
you can choose which options will be available in table settings/Table Tools
or you can completely disable Table Tools for a specific table - and this table will not have any of these options available.
-
But not sure if I understood, you also wrote you don't want them to be able to view the data table.
If you need to hide a source table, but need to have a Chart to follow table filtering,
we have a CSS workaround that can hide the table and just leave a Chart on the page , if you need that let me know;
I think we already discussed that on an older ticket, but not sure.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Miloš,
Thanks for letting me know about the credits and the image. I will have a look at the documentation.
One thought though, for the plot background image, is there any way of fixing the image? At the moment it streches dependent on chart size. Does that image in any way listen to any css?
Edit: I found the class documentation here for high charts https://www.highcharts.com/docs/chart-design-and-style/style-by-css however when trying to use them it doesn't seem to listen. Is there anything I need to add to the class to make them apply to the wp specific charts?
For the exporting I was referring to the chart export, I have attached a screenshot so you can see what I am referring to.
Best,
Mee
Attached files: export chart.png
Hi Mee,
Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.
-
1. No problem, I am happy to advise.
2. In regards to the background image being fixed,
at the moment we do not have any 'out of the box' solution to achieve this.
You can only try to find a way with a custom Chart Callback perhaps, but I am honestly not sure,
we haven't tried anything like that before.
I am also reading that documentation now (https://www.highcharts.com/docs/chart-design-and-style/style-by-css),
but I am not 100% sure what is the best way to try and apply what is explained there;
It seems from some of the Demos from that page, that you will need to call a stylesheet from the HighCharts Engine and try to apply it that way,
but we can't say for sure.
I don't think you will be able to use simple CSS for the Charts in our Plugin like that;
perhaps a custom Chart hook will be needed, but this goes beyond what our Support is able to cover;
I am sorry that we are not able to be more helpful on this matter;
I will pass this to our developers, though, and they will do their best to try and find some examples in our Documentation for how users could use CSS as shown from that HighCharts Documentation;
I can't promise an ETA on it, though.
3. In regards to possible Chart Export options and hiding some of them,
Thank you for clarifying, I see what you need;
Yes, we had another user before who reported that he was able to achieve this.
I will share what we told him first, and what he added, if you need to possibly modify the workaround as he did :
First we said this :
Regarding customizing the export module for highcharts,
our senior colleagues shared custom CSS you can use on the WP page ( or you can use a CSS plugin to place on all pages, if you wish)
This is the CSS :
Here is what each line/selector is for :
child1 - View in Full screen
child2 - Print chart
child6 - download pdf
child9 - download CSV
child10 - download XLS
child11 - view data table
- So, you can just check which ones you need to be visible, and remove those lines from the code.smile.png
For example, here is a screenshot if we remove some of them :
Let us know how that seems, and if it works for you as a solution.
-
Custom code needs to be applied to the page where the booking form is. Depending on what you're using (Gutenberg blocks, or some page builder), adding the CSS or JS can be done in a few different ways.
If you need help with adding custom CSS to the page, please take a look at this article.
-
After that, the user said :
I didn't think about the CSS portion and that you could just hid the <div>. So I modified it slightly to be this:
This solves the problem across all my highcharts (and there are a lot) by not calling on a specific chart. This code I placed under the additional/custom CSS for my theme where I put modifications I have made to other plugins and the like. In this way I was successful at removing the .csv, .xls and view data tables export from all highcharts graphs.
Part of the code you gave me,
#highcharts-8yun1kd-0
seems to refer to a specific chart on your end, but I was able to figure out what one of my charts was called ('#highcharts-0zvqjv8-0'),
and found that I could also modify each chart individually. But I had too many charts to do that with, so really, the simplest code above was the one that works the best for my needs.
"
I hope that helps.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Miloš,
Thank you very much for your help.
1. The css to to limit the exporting options is working great so thank you very much for that.
2. I had a little look around and regarding the background image I found this jsfiddle When I put the css below and run it I can change the size and the position of the background image. So I guess if there could be an equivalent as the #container class that I could use then i could play with that. As I want to use the same image across all the graphs I don't need it to be chart specific.
Best,
Mee
Hi Mee,
you're welcome, i am happy to help.
-
1. Happy to hear that the CSS works, thanks for letting us know.
2. Thank you for sharing that JSFiddle example, i see what you mean, it is quite interesting.
Yes - something like that might be possible, but i can't say for sure, since we don't have any examples like this from our developers yet;
We plan to work with the devs soon to add more examples for customizations like this to our Documentation for Charts soon;
but i can't say an exact ETA on it.
Of course, as you know, please don't hesitate to open new tickets if anything else comes up in the meantime.
Thank you.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables