()
| 157 | |
| 158 | // Find the current topic label |
| 159 | const getCurrentTopicLabel = () => { |
| 160 | const topicItem = ROS_TOPICS.find((t) => t.value === topic); |
| 161 | return topicItem ? topicItem.label : topic; |
| 162 | }; |
| 163 | |
| 164 | // Generate chart colors based on the chart type |
| 165 | const getChartColor = () => { |
no outgoing calls
no test coverage detected