how to plot subplot in mendix

0
I need below type of graph.i give json data and json layout.but showing only one trace .how to implement this one. data '[ {   "x": [0, 1, 2, 3 ,4, 5],   "y": [10, 11, 12, 9, 4, 10],   "type": "scatter" },   {   "x": [0,1,2,3,4,5],   "y": [8, 15, 12,17,20,11],   "xaxis": "x",   "yaxis": "y2",   "type": "scatter" },   {   "x": [0, 1, 2, 3,4,5],   "y": [5, 18, 16, 25, 22, 3],   "xaxis": "x",   "yaxis": "y3",   "type": "scatter" }  ]’ layout '[ { "grid": {     "rows": [3],     "columns":[ 1],     "shared_xaxes":"true",    " roworder": "top to bottom"},     "xaxis":   {    " rangeslider": {       "visible": "true"     }   } } ]'    
asked
0 answers