question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Charts API docs missing 2.8.0-rc1

See original GitHub issue

Documentation 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:

  1. isDatasetVisible(index)
  2. 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:closed
  • Created 5 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
simonbrunelcommented, Mar 13, 2019

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.

0reactions
etimbergcommented, Mar 13, 2019

@stockiNail I had forgotten that there was a separate page for the line element defaults. Thanks for sending the PR updating that 😄

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found