You can try adding the following:
exporting: {
buttons: {
contextButton: {
menuItems: ["printChart", "separator", "downloadPNG",
"downloadJPEG", "downloadPDF", "downloadSVG"]
}
}
}
The Highcharts API refernce is here
<https://api.highcharts.com/highcharts/exporting.buttons.contextButton.menuItems>
.
Gary
On Sunday, 5 April 2020 21:20:47 UTC+10, Astrid wrote:
>
> Hello!
>
> Thanx.
> graphs.html is finding plots.js and it is finding theme.js.
> All changes I did to plots.js and theme.js are working very well.
>
> I now put the rangeselector to plots.js too and it is working very well
> now.
>
> Thanx. :)
>
> var highchartsOptions = Highcharts.setOptions({
> time: {
> timezone: 'Europe/Berlin'
> },
> rangeSelector: {
> inputDateFormat: '%d.%m.%Y', // "%e %b %Y",
> inputEditDateFormat: '%d.%m.%Y' // "%e %b %Y",
> },
> lang: {
>
> For the Contextmenutitle I use now:
>
> contextButtonTitle: "Optionen",
>
> Is there a possibility in configuration to get rid
> of the Fullscreen-option in contextmenu?
>
> Regards, Astrid
>
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/weewx-user/7a9c2745-87d0-429d-b9c6-a10731f8e53d%40googlegroups.com.