Blame view

src/app/component/graph/graph.component.html 139 Bytes
8c0f5138e   lsagona   plot arbitrary da...
1
2
3
  <plotly-plot [data]="graph.data" [layout]="graph.layout" [style]="{position: 'relative', width: '100%' , height:'100%'}">
  
  </plotly-plot>