-
Notifications
You must be signed in to change notification settings - Fork 211
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
Provide axis label per dimension #340
Comments
The axis/tick config was refactored by some contributors and I haven't been too active, so apologies for not knowing the answer. You're looking for the If you work from this example (which is my latest but doesn't use the library-- just D3 from scratch) this is easy to add: https://bl.ocks.org/syntagmatic/482706e0638c67836d94b20f0cb37122 If you figure it out with the library, please post the answer! |
Hi Kai thx, |
You'll need to add a second canvas overlaid on the chart, and redraw the highlighted line on that. This example's pretty old, but has that functionality. Look at code related to |
Starting from you Nutrient IV example, how can you reset all brushes in one function call ? (like the BrushReset() function in ParCoordPlot) |
I am trying to plot data that is numerically coded (eg 1,2, .. 9) but has a translation for each value that is informative (eg 1=yellow, 2=orange, 3=red etc). I would like to use the domain as 'number' to keep the order but plot the translation on the label axis. Any hack to get this to work?
The text was updated successfully, but these errors were encountered: