Holiday Notice – Support Unavailable on April 18 and April 21
We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!
In the meantime, if you need any help, feel free to:
-
Use the support widget in the bottom right corner on our websites (Amelia and wpDataTables) — our latest AI-powered assistant is there 24/7 to help with basic and intermediate questions,
-
Browse our detailed documentation (Amelia, wpDataTables)
-
Explore helpful articles,
-
Or check out our YouTube channels for video guides!
Amelia YouTube Channel
wpDataTables YouTube Channel
Thank you for your understanding, and we wish you a wonderful holiday weekend!
Using HighCharts, is it possible to create the equivalent of a sparkline chart where only the graphical portion is rendered and all of the axes details are left out?
In the v1.7 update, it appears that the vertical axis title always reverts back to the default "Values" if it is left blank. As expected, the title for the horizontal axis does not appear if it is left blank.
However, I haven't been able to find a way to eliminate the labels for the horizontal axis.
I notice in the HighChart API that the complete visibility of the x and y axes can be set (labels, ticks, titles etc.) so perhaps this is a simple change.
For anyone else following, this is what I am referring to:
Chart axes titles vs. labels:
http://www.highcharts.com/docs/chart-concepts/axes
Turning off all axes details:
http://api.highcharts.com/highcharts/yAxis.visible
http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/xaxis/visible/
Hi Mark,
Thank you for your purchase.
If you want to remove axes details just type space button in Horizontal or Vertical axis label.
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 Bogdan,
I'm finding that the horizontal axis labels are still showing. Can you confirm that it works for you?
Mark
Hi Mark,
You can use chart callback to hide horizontal axis labels. Take a look at this documentation - link.
Also try to type this code on page where are you using that chart.
just change the number wpDataChartsCallbacks[3] to your wpDataChart ID.
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