Pages

marți, 23 decembrie 2025

Google Apps Script : ... demonstration of the chart feature.

One simple example, see this part of source code:
 // ✅ Chart cu legendă nativă și labelInLegend pentru fiecare serie
 // ✅ Chart with native legend and labelInLegend for each series
  const chart = chartSheet.newChart()
    .setChartType(Charts.ChartType.COMBO)
    .addRange(range)
    .setPosition(1, 1, 0, 0)
    .setOption("title", "BT Funds Evolution Over Time")
    .setOption("legend", { position: "right" })
    .setOption("width", 1600)
    .setOption("height", 900)
    .setOption("seriesType", "line")
    .setOption("hAxis", { title: "Date" })
    .setOption("vAxis", { title: "Value / Return (%)" })

    // ✅ LEGENDĂ NATIVĂ CU LABEL IN LEGEND
    // ✅ NATIVE LEGEND WITH LABEL IN LEGEND
    .setOption("series", {
      0: { labelInLegend: "VUAN",      color: "#1f77b4", pointSize: 5 },
      1: { labelInLegend: "30 zile",   color: "#ff7f0e", pointSize: 5 },
      2: { labelInLegend: "YTD",       color: "#2ca02c", pointSize: 5 },
      3: { labelInLegend: "365 zile",  color: "#d62728", pointSize: 5 },
      4: { labelInLegend: "3 ani",     color: "#9467bd", pointSize: 5 }
    })
See the result

Tools : Trading Economics with A.P.I. development features.

Trading Economics provides its users with accurate information for 196 countries including historical data and forecasts for more than 20 million economic indicators, exchange rates, stock market indexes, government bond yields and commodity prices. Our data for economic indicators is based on official sources, not third party data providers, and our facts are regularly checked for inconsistencies. Trading Economics has received nearly 2 billion page views from all around the world.

News : Rebelle 8 New Features: Rulers & Symmetry

News : Star Citizen | A Year in the ‘Verse 2955

News : App Highlights: Build a Software License Manager with Taskade Genesis

News : the new GLM-4.7 Ollama model.

GLM‑4.7 is an advanced AI model designed to be a strong coding partner.
It improves significantly in several areas:
General AI tasks: Improved chat, creative writing, and role‑play capabilities.
  • Coding performance: Better results on coding benchmarks and multilingual coding tasks.
  • Reasoning: Stronger mathematical and complex‑task reasoning.
  • Tool use: More accurate when interacting with tools and browsing environments.
  • UI generation: Produces cleaner webpages and better‑designed slides.

News : R3DN053 SANTA1 SLEI - Flightradar24.

Ads help keep Flightradar24 free and allow us to send out more ADS-B receivers.