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
The document (http://dc-js.github.io/dc.js/docs/html/LineChart.html#xyTipsOn__anchor) suggests that xyTipsOn has no effect if brush in on. The document also suggests that it is boolean.
xyTipsOn
boolean
However, the code supports a special value 'always'
dc.js/src/charts/line-chart.js
Line 353 in 82469c9
@gordonwoodhull is it worth supporting that special value?
The text was updated successfully, but these errors were encountered:
Yes, it is. As with almost every feature, it is there because people use it.
I agree this is hacky interface for the feature, and if I were to do it again, I probably wouldn't do it this way.
The discussion is in #1152
Sorry, something went wrong.
What is the way you would have done if doing afresh:
We can decide and then implement it in other similar situations as well. We will maintain backward compatibility in compat layer.
No branches or pull requests
The document (http://dc-js.github.io/dc.js/docs/html/LineChart.html#xyTipsOn__anchor) suggests that
xyTipsOn
has no effect if brush in on. The document also suggests that it isboolean
.However, the code supports a special value 'always'
dc.js/src/charts/line-chart.js
Line 353 in 82469c9
@gordonwoodhull is it worth supporting that special value?
The text was updated successfully, but these errors were encountered: