Full API?
See original GitHub issueI’ve asked this question at stackoverflow, but got -2
and question was closed
I’ve read all the docs and can’t find a full basic API: for example, which options does data
option have? I know there are labels
and datasets
, but what else? Or this is a complete list?
I can’t even understand how can I can configure Chart
. There are type
, data
, options
, and what else? Where is the full list of options I can pass to Chart
?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:12 (7 by maintainers)
Top Results From Across the Web
What is an API? Full Form, Meaning, Definition, Types ...
The full form of API is Application Programming Interface. API is defined as a software code that helps two different software's to communicate ......
Read more >What is an API? (Application Programming Interface) - MuleSoft
API is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other.
Read more >What is an Application Programming Interface (API)? - IBM
An application programming interface, or API, enables companies to open up their applications' data and functionality to external third-party developers, ...
Read more >Full API lifecycle management: A primer - Red Hat Developer
This article describes a set of full API lifecycle management activities that can guide your API initiatives from an idea to the realization ......
Read more >What is an API? - API Beginner's Guide - AWS
API stands for Application Programming Interface. In the context of APIs, the word Application refers to any software with a distinct function. Interface...
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
@mqklin unfortunately there is no single list of all the options, rather it is spread across the pages of the documentation.
With the release of v3.0.0 we now have generated Typedoc documentation from the typescript definitions. These should be complete.
For example, to view the chart configuration https://www.chartjs.org/docs/latest/api/interfaces/chartconfiguration.html