sameen

Results 11 issues of sameen

Thanks for the wonderful plugin. How to give custom X-Axis labels. I want to give x-axis labels with always 1 minute gap, could you help me to achieve it. I'm...

Thanks for a very useful plugin. yaxis ticks are randomized rather strict values. yAxes: [{ ticks: { display: true, beginsAtZero: true, steps: 10, max: 100 },] Even though, while loading...

Is there anyway to run this tool as service? So, I can use it even by closing the window too.

It's not supporting Full Refresh like serve npm package. I'm trying to load index.html from build folder with the help of NGINX.

How to send same response to multiple websocket clients which connected through http.Handle("/graphql", graphql.Handler(schema))

how to access request object in RegisterQuery function? root.Handle("/graphql", graphql.HTTPHandler(schema)) So, Is there any way to get Request object from handler like below func reqHandler(w http.ResponseWriter, r *http.Request) { fmt.Println(r)...

Thanks for the wonderful library. How to listen to keystrokes when keys pressed outside of this application window running. Means, I want to run this app as service in windows...

I uploaded a file /files/sample.pdf. While uploading how to take the uploaded file name as sample.pdf.

Currently I am developing one chat application, is it possible to use your tool as rest service in my app? If possible can you help to how can I go...

While dragging into top first position it is loosing the drag and drop feature, even couldn't select it also. Could you please help to sort it out.