Skip to content
Özgür Yalçın edited this page Jun 20, 2026 · 2 revisions

The Chart (GraphLine) layer plots historical sensor data over time in a scrolling graph. It is ideal for showcasing CPU load or temperature trends as dynamic waves.


1. UI Settings and Descriptions

When editing a Chart layer, the following options are available in the editor panel:

  • LINE COLOR (LineColor): The color of the trend/plot line.
  • FILL COLOR (FillColor): The fill color under the trend line.
    • Usage Tip: Lower the opacity of the fill color (using AA opacity in Hex codes, e.g., #2039FF14) to create a modern semi-transparent chart overlay.
  • KENARLIK RENGİ (BorderColor): The color of the framing border box.
  • LINE WIDTH (lineWidth): The pixel thickness of the trending line.
  • KENAR KALINLIĞI (borderWidth): The pixel thickness of the framing border. Set this to 0 to remove the border lines.
  • BÖLME GENİŞLİĞİ (columnWidth): The pixel width of each data point slot on the X-axis. Smaller values (e.g., 3 or 4 pixels) result in a higher density graph showing a longer historical timeframe.
  • EN YÜKSEK DEĞER (maxValue): The maximum sensor ceiling value of the graph. For CPU/GPU loads this is typically 100. For clock rates or temperatures, set it to the max expected value.
  • Yönü Ters Çevir (rollDirection): Toggles whether the graph scrolls left-to-right or right-to-left.

Clone this wiki locally