Re: Echarts plugin for Grafana.

2024-02-25 Thread Ovilia
Hi,

Apache ECharts supports server-side rendering, with which you could
generate PNG/SVG images. I think you can try with SVG first because it has
better integration with PDF. Check this post to learn more:
https://echarts.apache.org/handbook/en/how-to/cross-platform/server .
Please let me know if you have any questions.

Thanks

*Ovilia*


On Thu, Feb 22, 2024 at 12:07 AM Artūrs Rubenis
 wrote:

> Hello!
>
> I'm interested in customizing the Echarts plugin in Grafana and had a
> question. Is it possible to integrate additional imports, like jspdf, to
> enable features such as saving a panel to PDF within Grafana? I'd
> appreciate any insights you have on this.
>
> Thanks,
>
> Artūrs
>
>


Re: Echarts plugin for Grafana.

2024-02-21 Thread Dave Fisher
Hi -

Great question.

> On Feb 21, 2024, at 1:26 AM, Artūrs Rubenis 
>  wrote:
> 
> Hello!
> 
> I'm interested in customizing the Echarts plugin in Grafana and had a 
> question. Is it possible to integrate additional imports, like jspdf, to 
> enable features such as saving a panel to PDF within Grafana? I'd appreciate 
> any insights you have on this.

I was not aware of the Echarts plugin for Grafana. I have experience 
configuring and rendering panels to png using the Grafana image renderer,  but 
creating a PDF without having to use Grafana Enterprise is very interesting to 
me.

Best,
Dave

> 
> Thanks,
> 
> Artūrs
> 


-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



Echarts plugin for Grafana.

2024-02-21 Thread Artūrs Rubenis
Hello!

I'm interested in customizing the Echarts plugin in Grafana and had a question. 
Is it possible to integrate additional imports, like jspdf, to enable features 
such as saving a panel to PDF within Grafana? I'd appreciate any insights you 
have on this.

Thanks,

Artūrs