Using the display function by itself in DFN will display raw data, e.g.
You can then explicitly choose a plugin using an appropriate label that is identified with the plugin:
display([1, 2, 3], "apex");
It would be good if you could use the first version and then using a drop down in cell output, change between plugins, for example changing from "Data" (the default) to "Apex" to view the data as chart.
Using the
displayfunction by itself in DFN will display raw data, e.g.You can then explicitly choose a plugin using an appropriate label that is identified with the plugin:
It would be good if you could use the first version and then using a drop down in cell output, change between plugins, for example changing from "Data" (the default) to "Apex" to view the data as chart.