We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently line graphs use solid lines only. Being able to specify the type of line would be a great add-on.
For example dashes - - - or dots . . . or even asterisk * * *.
- - -
. . .
* * *
The text was updated successfully, but these errors were encountered:
Maybe you can implement such feature by adding new option named 'type' or some others.
https://github.com/domitry/Nyaplotjs/blob/master/src/view/diagrams/line.js#L33 https://github.com/domitry/nyaplot/blob/master/lib/nyaplot/diagram.rb#L245
See also: http://www.d3noob.org/2013/01/making-dashed-line-in-d3js.html
Sorry, something went wrong.
Thanks I'll take a look into it.
No branches or pull requests
Currently line graphs use solid lines only. Being able to specify the type of line would be a great add-on.
For example dashes
- - -
or dots. . .
or even asterisk* * *
.The text was updated successfully, but these errors were encountered: