Skip to content

Feature Request - Separate graphs #11

@prutsky

Description

@prutsky

Hi nophead,
A very nice webpage you created for the Enviroplus. All running on the Pi itself.

I run you code for a year now, but like to be able to view the values in separate graphs.
Have been editing your code, but fail to succeed.
For instance when I want to remove the fan part:

<!--
<tr><td><label` for="fan">Fan:</label></td>
                <td><input id="fan" type="number" min="0" max="100" step="5" value="100" size="3" name="fan"></td>
                        </tr>
-->

)
The graph and legend isn't showing anymore?!

But the hardest part is still to come. setting every value in a separate tab / graph with the appropriate scale.
Testing this by repeating the:

<td><canvas id="canvas" height="480" width="640"></canvas><br><br>
        <table><tr id = "legend"></tr><tr id = "range"></tr></table>
    </td>

part isn't doing the trick.

As you can see, my javascript/HTML isn't that good.
Can you maybe give me some tips?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions