How to work out Chartjs using TypeScript with Chartjs.definitelyTyped from github(如何使用 TypeScript 和来自 github 的 Chartjs.definitelyTyped 来计算 Chartjs)
问题描述
我想使用 Chartjs(chartjs.org) 作为我的图表工具以及使用 TypeScript 的 AngularJS.我已经从 GitHub 为 Chartjs 安装了definiteTyped,以便在我的 TypeScript 编写的控制器中合并 Chartjs 图表的创建.我找不到关于做这件事的任何相关问题.
I want to use Chartjs(chartjs.org) as my charting tool along with AngularJS using TypeScript. I have installed DefinitelyTyped for Chartjs from GitHub to incorporate creation of Chartjs charts in my TypeScript written controller. I can't find any related questions on doing this thing.
我只需要知道我们如何使用 DefinedTyped 将数据填充到图表中.
I just need to know how we populate data to our charts using DefinitelyTyped.
推荐答案
您可以在定义旁边以测试文件的形式找到 chart.d.ts
的示例用法:https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/chart.js/chart.js-tests.ts
You can find example usages of chart.d.ts
in the form of a tests file right next to the definition : https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/chart.js/chart.js-tests.ts
这篇关于如何使用 TypeScript 和来自 github 的 Chartjs.definitelyTyped 来计算 Chartjs的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何使用 TypeScript 和来自 github 的 Chartjs.definitelyTyped 来计算 Chartjs
- 我不能使用 json 使用 react 向我的 web api 发出 Post 请求 2022-01-01
- 是否可以将标志传递给 Gulp 以使其以不同的方式 2022-01-01
- 使用 iframe URL 的 jQuery UI 对话框 2022-01-01
- 从原点悬停时触发 translateY() 2022-01-01
- 为什么悬停在委托事件处理程序中不起作用? 2022-01-01
- 如何向 ipc 渲染器发送添加回调 2022-01-01
- 如何调试 CSS/Javascript 悬停问题 2022-01-01
- 为什么我的页面无法在 Github 上加载? 2022-01-01
- 在不使用循环的情况下查找数字数组中的一项 2022-01-01
- 如何显示带有换行符的文本标签? 2022-01-01