-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pathslider interact with an SVG graph #10
Comments
Hi @rr20eid10! I plan on adding a But after looking at that d3 graph, maybe it would be better if pathslider created an svg instead of drawing on the canvas.. Hmmm. |
That's a good idea and would be pretty cool, Rob. The Simple one was the one I was looking at before I found yours (sine only checked, others unchecked) , but I didn't like the vertical line attached to the "circle" on the curves. Many of those are line graphs, but none have a pathslider like yours. Grid lines could be optional (I only want horizontal). A tooltip above the knob would work, too, as a value-added, but that's another enhancement :) |
Ok, v1.0.0-alpha (LOL I just released I labeled the release as A As for adding a tooltip to the grip, you can use the I haven't made a plan yet to switch from using canvas to SVG... I'd like to do it, I just need time and to learn a little more about SVGs. |
Hi Rob, Circling back to see if you've made any updates to the slider on a svg graph.
To refresh, I need the slider to interact with the svg graph data, like a dynamically created Line Chart here. But instead of a line being displayed plotting the data on the chart, it would your Pathslider interacting with the x and y axis of the chart to show the plotting. Both the chart and the slider have to interact together as one unit that is dynamically generated. Thanks. I look forward to your reply. |
HI Rob,
I haven't used d3.js but was looking at those, one in particular (sans quantity bars). You can see the "bubble" moving along the path with your mouse, but your pathslider is the customization I'm looking for (slider on a path) and yours can be used on touchscreens.
The behavior I'm looking requires that the data creating the pathslider is positioned on the line graph appropriately dynamically -- like how a line graph will show data. Is this a possibility for enhancement?
I'm probably asking for more complexity than you have time to do or even designed the pathslider to do. My apologies, but many, many thanks for the answers and demos you have already provided. :)
The text was updated successfully, but these errors were encountered: