ngx-g2plot
ngx-g2plot copied to clipboard
g2plot的angular封装 Angular library based on @antv/g2plot
Results
2
ngx-g2plot issues
Sort by
recently updated
recently updated
newest added
trafficstars
在使用angular ssr时候, ngAfterViewInit会被后端渲染调用,导致此时去new一个图表,图表内部会掉用window.getComputedStyle,而Node端是不存在的,这样就会在后端控制台报错,虽然并不影响前端展示。 
import { Pie, measureTextWidth } from '@antv/g2plot';