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
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