Re: Generating static htmls with interactive plots

2020-04-07 Thread Mayuresh
On Mon, Apr 06, 2020 at 07:42:34PM +0530, Mayuresh wrote: > On Mon, Apr 06, 2020 at 11:50:55AM +0100, Mike Pumford wrote: > > If you want I can provide some of my simple js test code to help you out. This link helped me get a going. It's pretty simple and useful.

Re: Generating static htmls with interactive plots

2020-04-06 Thread Mayuresh
On Tue, Apr 07, 2020 at 01:13:05AM +, m...@netbsd.org wrote: > However I don't know if it's even possible to make it zoom "correctly" > with just SVG. Certainly the default from gnuplot does not do this. > > So after experimenting I think d3.js might be a better choice... Yes, first thing I

Re: Generating static htmls with interactive plots

2020-04-06 Thread maya
On Mon, Apr 06, 2020 at 03:00:15PM +0530, Mayuresh wrote: > I have a NetBSD based web server which serves mainly static contents and > files. There is one requirement to include some time series plots with > some monthly data points - so, the plots do not need to take any > parameters from a

Re: Generating static htmls with interactive plots

2020-04-06 Thread Mayuresh
On Mon, Apr 06, 2020 at 11:50:55AM +0100, Mike Pumford wrote: > If you want I can provide some of my simple js test code to help you out. That will be of great help! Thank you. In my case I just have a csv data with 2 columns of type date and integer. But any example will go to get me going.

Re: Generating static htmls with interactive plots

2020-04-06 Thread Mike Pumford
On 06/04/2020 11:30, g...@duzan.org wrote: => I have a NetBSD based web server which serves mainly static contents and => files. There is one requirement to include some time series plots with => some monthly data points - so, the plots do not need to take any => parameters from a browser and

Re: Generating static htmls with interactive plots

2020-04-06 Thread gary
=> I have a NetBSD based web server which serves mainly static contents and => files. There is one requirement to include some time series plots with => some monthly data points - so, the plots do not need to take any => parameters from a browser and can be statically generated. => => Only

Generating static htmls with interactive plots

2020-04-06 Thread Mayuresh
I have a NetBSD based web server which serves mainly static contents and files. There is one requirement to include some time series plots with some monthly data points - so, the plots do not need to take any parameters from a browser and can be statically generated. Only requirement is for the