Advertisement
ArcaniSGK507

Untitled

Feb 10th, 2025
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const conf = [{
  2.   x:datosX,
  3.   y:datosY,
  4.   text: datosZ,
  5.   type: 'bar',
  6.   textangle: 0,
  7.   hoverinfo:"y+x+text",
  8.   textposition: 'outside'
  9. }];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement