Create embeddable Plotly charts from Notion/URL Parameters. Example: Notion Template
/bar.html?x=100,200,300&y=2000年1月1日,2001年2月1日,2003年3月1日
/bar.html?x=100,200,300,400&y=2000-1-1,2001-2-1,2003-3-1,2003-4-1&group=A,A,B,B
/bar.html?x=100,200,300,400&y=2000年1月1日,2001年2月1日,2003年3月1日,2003年4月1日&group=A,A,B,B&sortBy=x
Line Charts show multiple lines. You can set line name via {name}
?{name}.x={values}&{name}.y={values}
/line.html?A.x=100,200,300&A.y=19,26,55&B.x=100,200,300&B.y=50,40,30
/pie.html?values=19,26,55&labels=Residential,Non-Residential,Utility