欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

bizCharts添加暂无数据

程序员文章站 2022-06-07 18:05:36
...

bizCharts添加暂无数据

bizCharts添加暂无数据

<Chart
	scale={scale}
	data={chartData}
	padding={'auto'}
	autoFit
	height={300}
	placeholder={
		<div
			style={{
			width: '100%',
 			display: 'flex',
            justifyItems: 'center',
            paddingTop: '50px',
            flexDirection: 'column',
            alignItems: 'center',
			}}>
			<img src="https://img.alicdn.com/imgextra/i1/751308485/O1CN01H1uqQ72CYB67i6TaZ_!!751308485.png" style={{ marginBottom: 16 }} />
			<span>暂无数据</span>
		</div>}>
        <Point position="month*value" color="type" shape="circle" />
        <Line shape="smooth" position="month*value" color="type" />
      </Chart>
相关标签: js