mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Move all packages to a types directory
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import * as Plotly from 'plotly.js';
|
||||
|
||||
var data = [
|
||||
{
|
||||
x: ['giraffes', 'orangutans', 'monkeys'],
|
||||
y: [20, 14, 23],
|
||||
type: 'bar'
|
||||
}
|
||||
];
|
||||
|
||||
Plotly.newPlot('test', data);
|
||||
Reference in New Issue
Block a user