teluse7
teluse7
> ### Current Behavior > The flow below correctly shows this in Edge on a PC with the window shrunk down to minimum size (dashboard v1.29.0) > > > Note...
> The next release will significantly improve the legend layout (PR [#1888](https://github.com/FlowFuse/node-red-dashboard/pull/1888) and [#1890](https://github.com/FlowFuse/node-red-dashboard/pull/1890)), so I think this can be closed. Hello @colinl You could move the title up a...
> [@teluse7](https://github.com/teluse7) Is that screenshot running code which includes the PRs that I linked to? If not did you read the description of the first PR I linked to, [#1888](https://github.com/FlowFuse/node-red-dashboard/pull/1888)?...
> Oh yes, you are right. I had forgotten that was in the current release. If you inspect the page in your browser developer tools console you will see that...
> It is already at the top of the container it is in, so no, it cannot move up. The container could be moved up by reducing the space for...
> As a short term solution you could easily build a modified version of the dashboard for your own use. The instructions for doing that are [here](https://dashboard.flowfuse.com/contributing/). Then if you...
> > I'd rather patch it directly in the Docker executable > > I don't think you can, it is built into the dashboard module. The PR tells you where...
> The changes you need are in the file node-red-dashboard/ui/src/widgets/ui-chart/UIChart.vue, but as I said, I don't think you will find that in your Docker executable. It is compiled into files...
> Have you managed to work it out, looking at the changes in the PR? I would have thought that looking at the changes there would have got you most...
> The PR I linked to is [#1888](https://github.com/FlowFuse/node-red-dashboard/pull/1888) which links to the changes made [8298445](https://github.com/FlowFuse/node-red-dashboard/commit/8298445810d8822bf94204bc2dcbd53dd3cce237) Can you just tell me the line number in UIChart.vue where I would simply type...