Displaying data from Inject Node as a Pie Chart.

Hi, welcome to the forum.

Some pointers to help you get your question to the right folk.

  1. There are 2 main node packages named node-red-dashboard. the old (now depreciated) node-red-dashboard and the newer, VUE based @flowfuse/node-red-dashboard (also referred to as dashboard 2). Your tag states node-red-dashboard which by itself is interpreted as dashboard 1 (legacy). I would recommend you set this to dashboard-2 (you can update the tags after posting)

  2. Unfortunately, your flow will be unusable. In order to make code readable and usable it is necessary to surround your code with three backticks (also known as a left quote or backquote ```)

    ``` 
       code goes here 
    ```
    

    You can edit and correct your post by clicking the pencil :pencil2: icon.

    See this post for more details - How to share code or flow json