Skip to content

Be able to select which plugin to use from a drop down in cell output #7

Description

@ashleydavis

Using the display function by itself in DFN will display raw data, e.g.

display([1, 2, 3]);

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions