tiny-vue/examples/sites/demos/pc/app/chart/webdoc/chart.js

21 lines
1.2 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
column: '2',
owner: '',
demos: [
{
demoId: 'base',
name: {
'zh-CN': '基本用法',
'en-US': 'Basic Usage'
},
desc: {
'zh-CN':
'<p>图表组件支持 <code>双向数据绑定</code>,可以流畅的运行在 PC 和移动设备上兼容当前绝大部分浏览器IE 9/10/11ChromeFirefoxSafari 等)底层依赖轻量级的 Canvas 类库 ZRender提供直观生动可交互可高度个性化定制的数据可视化图表。\n可通过 <code>theme</code> 自定义主题\n百度地图和高德地图需要外网访问权限才能正常使用\n</p>\n',
'en-US':
'<p>The chart component supports bidirectional data binding</code>, which can run smoothly on PCs and mobile devices and is compatible with most browsers. (Internet Explorer 9/10/11, Chrome, Firefox, Safari, etc.) The bottom layer relies on the lightweight Canvas class library ZRender to provide intuitive, vivid, interactive, and highly personalized data visualization charts. \nYou can use <code>theme</code> to customize themes. \nBaidu Maps and AutoNavi Maps require external network access. \n</p>\n'
},
codeFiles: ['base.vue']
}
]
}