/
githubmirror
/
lemon-agent
Обзор
Документация
Войти
/
githubmirror
/
lemon-agent
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
apps/analytics/heatmap.html
13 строк
422 B
Felix Brockmeier
Add analytics app
02 авг 2023, 13:07
02 авг 2023, 13:07
d40f280
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Visualize Your Lemon AI Interactions</title> </head> <body> <input type="file" id="inputfile" name="avatar" accept=".log"> <div id="container"></div> <script src="https://gw.alipayobjects.com/os/antv/pkg/_antv.g6-3.7.0/dist/g6.min.js"></script> <script type="text/javascript" src="heatmap.js"></script> </body> </html>