Charts API docs missing 2.8.0-rc1
See original GitHub issueDocumentation Is:
- Missing or needed
- Confusing
- Not Sure?
Some methods of Chart are not documented
Checking the doc of version 2.8.0-rc1, I have seen that some methods are not documented.
The methods are:
- isDatasetVisible(index)
- getVisibleDatasetCount()
Furthermore, I don’t see into dataset properties of charts the property hidden
that can be set the dataset since beginning
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Google Visualization API Reference | Charts
This page lists the objects exposed by the Google Visualization API, and the standard methods exposed by all visualizations. Note: The Google Visualization...
Read more >Centreon Web 2.8.32
[API] Restore broker configuration with clapi generate too much output and input - #5011 ... Add some missing developers in Centreon About -...
Read more >ObjectMapper (jackson-databind 2.14.1 API) - javadoc.io
Method to deserialize JSON content into a Java type, reference to which is passed as argument. <T> T, readValue(JsonParser p, TypeReference<T> valueTypeRef).
Read more >Icinga Web 2 Changelog
Please make sure to always read our Upgrading documentation before switching to ... #13651] Don't offer the Icinga 2 API as transport if...
Read more >Google Cloud release notes | Documentation
Fixed the issue of missing control plane metrics for user clusters that have Controlplane V2 enabled. ... Microsoft Graph API Alerts (MICROSOFT_GRAPH_ALERT) ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
These docs issues exist since a long time and hasn’t been introduced in 2.8.0, so it can wait until 2.8.1, but I really appreciate your help testing 2.8.0-rc.1, thanks 😃
getVisibleDatasetCount()
isn’t explicitly private because I guess this method existed before we started using the_
prefix for private members. We didn’t want to break existing projects so we didn’t change it. But what I mean is that this method should not have been part of the public API and so should not be documented / promoted. We should at least add the@private
header comment on it.@stockiNail I had forgotten that there was a separate page for the line element defaults. Thanks for sending the PR updating that 😄