import React, { useState, useEffect } from 'react';
import ReactDOM from 'react-dom';
import { Column, G2 } from '@ant-design/plots';
import { PageHeaderWrapper } from '@ant-design/pro-layout';
import { useIntl } from 'umi';
import { Heatmap } from '@ant-design/plots';
const DemoHeatmap = () => {
const [data, setData] = useState([]);
useEffect(() => {
asyncFetch();
}, []);
const asyncFetch = () => {
fetch('json.json')
.then((response) => response.json())
.then((json) => setData(json))
.catch((error) => {
console.log('fetch data failed', error);
});
};
G2.registerInteraction('element-link', {
start: [
{
trigger: 'interval:mouseenter',
action: 'element-link-by-color:link',
},
],
end: [
{
trigger: 'interval:mouseleave',
action: 'element-link-by-color:unlink',
},
],
});
const config = {
data,
xField: 'time',
yField: 'eventname',
colorField: 'value',
shape: 'bar',
sizeRatio: 0.5,
color: ['#0d5fbb', '#7eadfc', '#fd8b6f', '#aa3523'],
label: {
style: {
fill: '#fff',
shadowBlur: 2,
shadowColor: 'rgba(0, 0, 0, .45)',
},
},
tooltip: {
follow: true,
enterable: true,
offset: 5,
customContent: (value, items) => {
if (!items || items.length <= 0) return;
const { data: itemData } = items[0];
return (
`<div class='container'>` +
`<div class='box' style='padding: 10px 10px 10px 10px'>` +
`<div class='title'>${itemData.time}</div>` +
`<div class='tooltip-item' style='margin-top: 10px'><span>${itemData.eventname} </span><span>${itemData.value} </span></div>` +
`</div>` +
`</div>`
);
},
},
};
return <Heatmap {...config} />;
};
const Charts = () => {
const intl = useIntl();
return (
<PageHeaderWrapper
content={intl.formatMessage({
id: 'pages.admin.subPage.title',
defaultMessage: 'This page can only be viewed by admin',
})}
>
<DemoHeatmap />
</PageHeaderWrapper>
);
};
export default Charts;
怎么给tooltip添加点击事件,点击某一块就会在图表下方显示tooltip中的数据
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
2条回答 默认 最新
- _雪菜肉丝面_ 2022-03-02 15:01关注
粗看了下,大概的思路:
1,找个地方写点击事件。
2,找到对应数据。我去翻翻API
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
悬赏问题
- ¥15 wpf datagrid如何实现多层表头
- ¥15 为啥画版图在Run DRC会出现Connect Error?可我Calibre的hostname和计算机的hostname已经设置成一样的了。
- ¥20 网站后台使用极速模式非常的卡
- ¥20 Keil uVision5创建project没反应
- ¥15 mmseqs内存报错
- ¥15 vika文档如何与obsidian同步
- ¥15 华为手机相册里面的照片能够替换成自己想要的照片吗?
- ¥15 陆空双模式无人机飞控设置
- ¥15 sentaurus lithography
- ¥100 求抖音ck号 或者提ck教程