deno.land / x / billboardjs@3.6.0 / Chart / api / color.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/** * Copyright (c) 2017 ~ present NAVER Corp. * billboard.js project is licensed under the MIT license */export default { /** * Get the color * @function color * @instance * @memberof Chart * @param {string} id id to get the color * @returns {string} * @example * chart.color("data1"); */ color(id: string): string { return this.internal.color(id); // more patterns }};
billboardjs

Version Info

Tagged at
2 years ago