📊 Interactive JavaScript Charts built on SVG
This report presents the forensic synthetic code analysis of apexcharts/apexcharts.js, a JavaScript project with 15,142 GitHub stars. SynthScan v2.0 examined 456,966 lines of code across 2864 source files, recording 613 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 5.2 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 613 distinct pattern matches across 9 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | tests/unit/facet.spec.js | 53 | chart.w.dom.elWrap.classList.contains('apexcharts-theme-dark'), | CODE |
| CRITICAL | tests/unit/issue-5278-annotations-no-data.spec.js | 44 | const q = (chart, sel) => [...chart.w.globals.dom.baseEl.querySelectorAll(sel)] | CODE |
| CRITICAL | tests/unit/issue-5278-annotations-no-data.spec.js | 186 | const svg = chart.w.globals.dom.baseEl.querySelector('.apexcharts-svg') | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 71 | const line = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 94 | const line = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 118 | const baseLine = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 140 | const offsetLine = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 163 | chart.w.globals.dom.baseEl.querySelector('.custom-xaxis-line') | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 171 | const parent = chart.w.globals.dom.baseEl.querySelector('.apexcharts-svg') | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 205 | const rects = chart.w.globals.dom.baseEl.querySelectorAll( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 227 | const rect = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 250 | const rect = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 274 | chart.w.globals.dom.baseEl.querySelector('.custom-xaxis-rect') | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 297 | const label = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 318 | const topLabel = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 336 | const bottomLabel = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 369 | const label = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 397 | const label = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 419 | const label = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 441 | const group = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 460 | const lines = chart.w.globals.dom.baseEl.querySelectorAll( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 478 | const lines = chart.w.globals.dom.baseEl.querySelectorAll( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 494 | const group = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 527 | const group = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 561 | const group = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 577 | const parent = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 610 | const line = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 629 | const labels = chart.w.globals.dom.baseEl.querySelectorAll( | CODE |
| CRITICAL | tests/unit/xaxis-annotations.spec.js | 654 | const line = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/annotation-helpers.spec.js | 66 | const xAnno = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/annotation-helpers.spec.js | 109 | const annoEl = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/annotation-helpers.spec.js | 143 | const annoEl = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/points-annotations.spec.js | 42 | const marker = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/points-annotations.spec.js | 67 | const marker = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/points-annotations.spec.js | 87 | const markers = chart.w.globals.dom.baseEl.querySelectorAll( | CODE |
| CRITICAL | tests/unit/points-annotations.spec.js | 123 | const label = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/points-annotations.spec.js | 146 | const labels = chart.w.globals.dom.baseEl.querySelectorAll( | CODE |
| CRITICAL | tests/unit/points-annotations.spec.js | 171 | const label = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/points-annotations.spec.js | 204 | const group = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/points-annotations.spec.js | 231 | const groups = chart.w.globals.dom.baseEl.querySelectorAll( | CODE |
| CRITICAL | tests/unit/points-annotations.spec.js | 265 | const img = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/points-annotations.spec.js | 292 | const images = chart.w.globals.dom.baseEl.querySelectorAll( | CODE |
| CRITICAL | tests/unit/points-annotations.spec.js | 321 | const marker = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/points-annotations.spec.js | 336 | chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/points-annotations.spec.js | 340 | chart.w.globals.dom.baseEl.querySelector('.apexcharts-annotation-tooltip') | CODE |
| CRITICAL | tests/unit/points-annotations.spec.js | 508 | const seriesTT = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/points-annotations.spec.js | 560 | const parent = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/points-annotations.spec.js | 594 | const parent = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/points-annotations.spec.js | 626 | const group = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/issue-5251-autoscale-subpixel.spec.js | 146 | brush.w.config.chart.events.selection(brush, { | CODE |
| CRITICAL | tests/unit/yaxis-annotations.spec.js | 38 | const line = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/yaxis-annotations.spec.js | 62 | const el = chart.w.globals.dom.baseEl.querySelector('.my-yaxis-line') | CODE |
| CRITICAL | tests/unit/yaxis-annotations.spec.js | 80 | const lines = chart.w.globals.dom.baseEl.querySelectorAll( | CODE |
| CRITICAL | tests/unit/yaxis-annotations.spec.js | 110 | const rect = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/yaxis-annotations.spec.js | 133 | const rect = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/yaxis-annotations.spec.js | 156 | const el = chart.w.globals.dom.baseEl.querySelector('.my-yaxis-rect') | CODE |
| CRITICAL | tests/unit/yaxis-annotations.spec.js | 176 | const rect = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/yaxis-annotations.spec.js | 213 | const label = chart.w.globals.dom.baseEl.querySelector( | CODE |
| CRITICAL | tests/unit/yaxis-annotations.spec.js | 236 | const labels = chart.w.globals.dom.baseEl.querySelectorAll( | CODE |
| CRITICAL | tests/unit/yaxis-annotations.spec.js | 260 | const label = chart.w.globals.dom.baseEl.querySelector( | CODE |
| 80 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | tsconfig.json | 3 | // ── Validation mode (no output files) ───────────────────────────────────── | COMMENT |
| MEDIUM⚡ | tsconfig.json | 9 | // ── Strictness — full strict mode ──────────────────── | COMMENT |
| MEDIUM⚡ | tsconfig.json | 12 | // ── Module resolution ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | tsconfig.json | 17 | // ── Type resolution ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | tsconfig.json | 23 | // ── Paths ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/svg-animation.spec.js | 20 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/svg-animation.spec.js | 23 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/svg-animation.spec.js | 49 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/svg-animation.spec.js | 51 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/svg-animation.spec.js | 94 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/svg-animation.spec.js | 96 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/svg-animation.spec.js | 159 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/svg-animation.spec.js | 161 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/svg-animation.spec.js | 206 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/svg-animation.spec.js | 208 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/svg-animation.spec.js | 269 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/svg-animation.spec.js | 271 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/svg-math.spec.js | 11 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/svg-math.spec.js | 13 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/svg-math.spec.js | 93 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/svg-math.spec.js | 95 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/svg-math.spec.js | 228 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/svg-math.spec.js | 230 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/timescale.spec.js | 5 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/timescale.spec.js | 16 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/timescale.spec.js | 30 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/timescale.spec.js | 32 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/timescale.spec.js | 135 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/timescale.spec.js | 137 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/timescale.spec.js | 181 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/timescale.spec.js | 183 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/timescale.spec.js | 250 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/timescale.spec.js | 252 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/timescale.spec.js | 297 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/timescale.spec.js | 302 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/timescale.spec.js | 531 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/timescale.spec.js | 536 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/monotone-cubic.spec.js | 11 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/monotone-cubic.spec.js | 13 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/monotone-cubic.spec.js | 78 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/monotone-cubic.spec.js | 80 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/monotone-cubic.spec.js | 131 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/monotone-cubic.spec.js | 133 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/monotone-cubic.spec.js | 184 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/monotone-cubic.spec.js | 186 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/license-gating.spec.js | 79 | // ── predicate: "in use", not "bundled" ──────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/license-gating.spec.js | 150 | // ── watermark presence on render ────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/license-gating.spec.js | 205 | // ── key precedence + late licensing ─────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/license-gating.spec.js | 237 | // ── async verdict reaches charts without a chart.id ─────────────────────── | COMMENT |
| MEDIUM | tests/unit/license-gating.spec.js | 304 | // ── plan entitlement: premium features need a Premium-or-above license ───── | COMMENT |
| MEDIUM | tests/unit/license-gating.spec.js | 405 | // ── SSR / no-DOM + ordering ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/log-axis-issue-repros.spec.js | 3 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/log-axis-issue-repros.spec.js | 10 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/log-axis-issue-repros.spec.js | 64 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/logarithmic-scale.spec.js | 17 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/logarithmic-scale.spec.js | 19 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/logarithmic-scale.spec.js | 116 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/logarithmic-scale.spec.js | 122 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/logarithmic-scale.spec.js | 253 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/logarithmic-scale.spec.js | 255 | // ───────────────────────────────────────────────────────────────────────────── | COMMENT |
| 187 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | jest.config.js | 41 | // The root directory that Jest should scan for tests and modules within | COMMENT |
| LOW | README.md | 161 | import 'apexcharts/line' | COMMENT |
| LOW | tests/unit/timescale.spec.js | 1 | import TimeScale from '../../src/modules/TimeScale' | COMMENT |
| LOW | tests/unit/border-radius-assignment.spec.js | 1 | import Helpers from '../../src/charts/common/bar/Helpers.js' | COMMENT |
| LOW | tests/unit/license-gating.spec.js | 241 | // has to correct it. That correction used to walk `Apex._chartInstances`, | COMMENT |
| LOW | tests/unit/axis-scale-invariants.spec.js | 1 | import { createChartWithOptions } from './utils/utils.js' | COMMENT |
| LOW | tests/unit/axis-scale-invariants.spec.js | 261 | expect(pts[i].y).toBeCloseTo(linearPixel(v, min, max, h), 1) | COMMENT |
| LOW | tests/unit/yaxis-more-axes-than-series.spec.js | 1 | import { createChartWithOptions } from './utils/utils.js' | COMMENT |
| LOW | tests/e2e/samples.js | 481 | // chartVisualTest('bubble', 'simple-bubble', true, async (page) => { | COMMENT |
| LOW | tests/interaction/specs/stacked-ragged-x.spec.js | 361 | }) => { | COMMENT |
| LOW | samples/vanilla-js/misc/chart-type-morph.html | 201 | if (el) el.innerHTML = html | COMMENT |
| LOW | samples/vanilla-js/unit/brand-logo-story.html | 241 | </script> | COMMENT |
| LOW | samples/vanilla-js/unit/brand-logo-story.html | 261 | // saucer and the handle are five separate shapes that simply overlap, and | COMMENT |
| LOW | samples/vanilla-js/unit/city-bubbles.html | 101 | // cost of living (y), sized by a third field and coloured by region. This is | COMMENT |
| LOW | samples/vanilla-js/unit/logo-forge.html | 321 | </script> | COMMENT |
| LOW | samples/vanilla-js/unit/logo-forge.html | 341 | // `getTotalLength()` and `getPointAtLength()`. One loop covers path, | COMMENT |
| LOW | samples/vanilla-js/unit/logo-forge.html | 421 | // i, every letter of an outlined wordmark), and `getPointAtLength` walks | COMMENT |
| LOW | samples/vanilla-js/unit/water-silhouette.html | 81 | <script> | COMMENT |
| LOW | samples/vanilla-js/waffle/urban-small-multiples.html | 101 | // every square is 1% of that country's population living in a city. Reading | COMMENT |
| LOW | samples/vanilla-js/boxPlot/same-box-different-data.html | 121 | } | COMMENT |
| LOW | samples/vanilla-js/trellis/traffic-by-country.html | 81 | <script src="../../../dist/features/trellis.js"></script> | COMMENT |
| LOW | samples/vanilla-js/trellis/department-by-quarter.html | 61 | // Replace Math.random() with a pseudo-random number generator to get reproducible results in e2e tests | COMMENT |
| LOW | samples/vanilla-js/trellis/stock-performance-grid.html | 61 | // Replace Math.random() with a pseudo-random number generator to get reproducible results in e2e tests | COMMENT |
| LOW | samples/vanilla-js/trellis/distribution-by-cohort.html | 61 | // Replace Math.random() with a pseudo-random number generator to get reproducible results in e2e tests | COMMENT |
| LOW | samples/vue/misc/chart-type-morph.html | 161 | // button only ever calls updateOptions, so what you are watching is the morph | COMMENT |
| LOW | samples/vue/unit/life-expectancy-swarm.html | 101 | <script> | COMMENT |
| LOW | samples/vue/unit/brand-logo-story.html | 241 | return (_seed - 1) / 2147483646 | COMMENT |
| LOW | samples/vue/unit/brand-logo-story.html | 261 | // | COMMENT |
| LOW | samples/vue/unit/city-bubbles.html | 101 | <script> | COMMENT |
| LOW | samples/vue/unit/logo-forge.html | 321 | return (_seed - 1) / 2147483646 | COMMENT |
| LOW | samples/vue/unit/logo-forge.html | 341 | // | COMMENT |
| LOW | samples/vue/unit/logo-forge.html | 421 | COMMENT | |
| LOW | samples/vue/waffle/urban-small-multiples.html | 101 | <script> | COMMENT |
| LOW | samples/vue/boxPlot/same-box-different-data.html | 121 | _seed = (_seed * 16807) % 2147483647 | COMMENT |
| LOW | samples/vue/trellis/traffic-by-country.html | 81 | </script> | COMMENT |
| LOW | samples/vue/trellis/task-mix-by-team.html | 81 | // Eight teams, the same seven tasks in the same order in every panel, one | COMMENT |
| LOW | samples/vue/histogram/comparing-distributions.html | 81 | // Replace Math.random() with a pseudo-random number generator to get reproducible results in e2e tests | COMMENT |
| LOW | samples/source/misc/chart-type-morph.xml | 181 | // Cards 1 and 2: one week of orders, by channel. | COMMENT |
| LOW | samples/source/unit/water-silhouette.xml | 61 | // | COMMENT |
| LOW | samples/source/unit/brand-logo-story.xml | 221 | <scripts> | COMMENT |
| LOW | samples/source/unit/brand-logo-story.xml | 241 | // they merge into one silhouette. Nothing has to be mitred or joined by | COMMENT |
| LOW | samples/source/unit/logo-forge.xml | 301 | <script> | COMMENT |
| LOW | samples/source/boxPlot/same-box-different-data.xml | 101 | <scripts> | COMMENT |
| LOW | samples/source/heatmap/calendar-heatmap.xml | 1 | <title>Calendar Heatmap</title> | COMMENT |
| LOW | samples/source/trellis/stock-performance-grid.xml | 41 | background: #fef3c7; | COMMENT |
| LOW | samples/source/trellis/traffic-by-country.xml | 61 | // Twenty countries, sixty days of sessions each, on ONE shared y scale, so | COMMENT |
| LOW | samples/react/misc/chart-type-morph.html | 161 | <script> | COMMENT |
| LOW | samples/react/unit/brand-logo-story.html | 261 | // | COMMENT |
| LOW | samples/react/unit/logo-forge.html | 341 | // alongside paths, and often a stroke-only monoline mark with no fill at all. | COMMENT |
| LOW | samples/react/unit/logo-forge.html | 421 | var step = g.len / n | COMMENT |
| LOW | samples/react/waffle/urban-small-multiples.html | 101 | } | COMMENT |
| LOW | samples/react/trellis/traffic-by-country.html | 81 | _seed = (_seed * 16807) % 2147483647 | COMMENT |
| LOW | samples/react/trellis/task-mix-by-team.html | 81 | COMMENT | |
| LOW | scripts/check-node.js | 1 | #!/usr/bin/env node | COMMENT |
| LOW | .github/workflows/codeql-analysis.yml | 1 | # For most projects, this workflow file will not need changing; you simply need | COMMENT |
| LOW | .github/workflows/ci.yml | 1 | # This workflow will do the following when a pull request is made against the main branch: | COMMENT |
| LOW | src/apexcharts.js | 1401 | // rebuilt yAxisScale numerically; without this fix-up the axis-scale | COMMENT |
| LOW | src/apexcharts.js | 1501 | if (w.config.dataLabels.background.enabled) { | COMMENT |
| LOW | src/apexcharts.js | 1521 | // chrome was preserved in place rather than redrawn. | COMMENT |
| LOW | src/svg/PathMorphing.js | 621 | // different anchor-point counts (e.g. a 4-corner bar rect vs a pie wedge | COMMENT |
| 103 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | types/apexcharts.d.ts | 1234 | * Missing (row, column) combinations: 'placeholder' (default) mounts a | COMMENT |
| LOW | types/apexcharts.d.ts | 1239 | emptyPanels?: 'placeholder' | 'skip' | 'hide' | CODE |
| LOW | tests/unit/trellis-2d.spec.js | 172 | it("'placeholder' (default) mounts a REAL panel for the missing combination", async () => { | CODE |
| LOW | tests/interaction/specs/trellis.spec.js | 928 | * in 'placeholder' mode (the placeholder is a real panel on the same | COMMENT |
| LOW | tests/interaction/specs/trellis.spec.js | 934 | test("missing combination stays pixel-aligned in 'placeholder' mode", async ({ | CODE |
| LOW | samples/vanilla-js/trellis/department-by-quarter.html | 78 | // `emptyPanels: 'placeholder'` keeps the slot as a REAL panel on the same | COMMENT |
| LOW | samples/vanilla-js/trellis/department-by-quarter.html | 146 | <code>emptyPanels</code>: <code>'placeholder'</code> (default) mounts a | CODE |
| LOW | …les/vanilla-js/trellis/department-by-quarter.code.json | 10 | "code": "// Four departments by four quarters: the 2-D grid IS the shape of the\n// question. Reading across a row | CODE |
| LOW | …les/vanilla-js/trellis/department-by-quarter.code.json | 15 | "code": "<!DOCTYPE html>\n<html>\n <head>\n <title>Trellis Chart - Department by Quarter (2-D Grid)</title>\n | CODE |
| LOW | samples/vue/trellis/department-by-quarter.html | 80 | // `emptyPanels: 'placeholder'` keeps the slot as a REAL panel on the same | COMMENT |
| LOW | samples/vue/trellis/department-by-quarter.html | 151 | <code>emptyPanels</code>: <code>'placeholder'</code> (default) mounts a | CODE |
| LOW | samples/vue/trellis/department-by-quarter.code.json | 10 | "code": "<template>\n <div>\n <div class=\"wrap\">\n <h1>Delivery hours, department by quarter</h1>\n | CODE |
| LOW | samples/source/trellis/department-by-quarter.xml | 56 | // `emptyPanels: 'placeholder'` keeps the slot as a REAL panel on the same | COMMENT |
| LOW | samples/source/trellis/department-by-quarter.xml | 124 | <code>emptyPanels</code>: <code>'placeholder'</code> (default) mounts a | CODE |
| LOW | samples/react/trellis/department-by-quarter.html | 83 | // `emptyPanels: 'placeholder'` keeps the slot as a REAL panel on the same | COMMENT |
| LOW | samples/react/trellis/department-by-quarter.html | 233 | <code>emptyPanels</code>: <code>'placeholder'</code> (default) mounts | CODE |
| LOW | samples/react/trellis/department-by-quarter.code.json | 10 | "code": "import React from 'react'\nimport ReactApexChart from 'react-apexcharts'\nimport './styles.css'\n\nimport | CODE |
| LOW | src/modules/settings/Options.js | 302 | // Missing (row, column) combinations: 'placeholder' mounts a real | COMMENT |
| LOW | src/modules/settings/Options.js | 306 | emptyPanels: 'placeholder', | CODE |
| LOW | src/modules/trellis/TrellisSplit.js | 246 | * data form: the 'placeholder' emptyPanels mode mounts a REAL panel with | COMMENT |
| LOW | src/modules/trellis/Trellis.js | 660 | const emptyMode = this.cfg.emptyPanels || 'placeholder' | CODE |
| LOW | src/modules/trellis/Trellis.js | 713 | // Empty combinations (P4): 'placeholder' mounts a REAL panel with an | COMMENT |
| LOW | src/modules/trellis/Trellis.js | 718 | const noMount = slice.empty && emptyMode !== 'placeholder' | CODE |
| LOW | src/modules/trellis/Trellis.js | 807 | // Empty combination under 'placeholder' (P4): a real panel carrying one | COMMENT |
| LOW | src/modules/trellis/Trellis.js | 812 | slice.empty && (this.cfg.emptyPanels || 'placeholder') === 'placeholder' | CODE |
| LOW | src/assets/apexcharts.css | 1513 | /* Empty (row, column) combinations. 'placeholder' keeps a REAL panel with a | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | samples/vanilla-js/scatter/scatter-datetime.code.json | 8 | "code": "/*\n// this function will generate output in this format\n// data = [\n [timestamp, 23],\n [timesta | CODE |
| LOW | samples/vanilla-js/scatter/scatter-datetime.html | 52 | function generateDayWiseTimeSeries(baseval, count, yrange) { | CODE |
| LOW | …mples/vanilla-js/dashboards/realtime/assets/scripts.js | 61 | function generateMinuteWiseTimeSeries(baseval, count, yrange) { | CODE |
| LOW | …illa-js/candlestick/candlestick-parsing-data.code.json | 8 | "code": "// Seeded PRNG so the generated candles are identical on every load (stable\n// snapshots); the point of | CODE |
| LOW | …s/vanilla-js/candlestick/candlestick-parsing-data.html | 93 | function generateSingleCandlestick( | CODE |
| LOW | samples/vue/scatter/scatter-datetime.code.json | 8 | "code": "<template>\n <div>\n <div id=\"chart\">\n <apexchart\n type=\"scatter\"\n height=\ | CODE |
| LOW | samples/vue/scatter/scatter-datetime.html | 54 | function generateDayWiseTimeSeries(baseval, count, yrange) { | CODE |
| LOW | …les/vue/candlestick/candlestick-parsing-data.code.json | 8 | "code": "<template>\n <div>\n <div id=\"chart\">\n <apexchart\n type=\"candlestick\"\n heig | CODE |
| LOW | samples/vue/candlestick/candlestick-parsing-data.html | 95 | function generateSingleCandlestick( | CODE |
| LOW | samples/source/scatter/scatter-datetime.xml | 31 | function generateDayWiseTimeSeries(baseval, count, yrange) { | CODE |
| LOW | samples/source/dashboards/realtime/assets/scripts.js | 61 | function generateMinuteWiseTimeSeries(baseval, count, yrange) { | CODE |
| LOW | samples/source/candlestick/candlestick-parsing-data.xml | 66 | function generateSingleCandlestick(date, previousClose, minPrice = 120, maxPrice = 180) { | CODE |
| LOW | samples/react/scatter/scatter-datetime.code.json | 8 | "code": "import React from 'react'\nimport ReactApexChart from 'react-apexcharts'\nimport './styles.css'\n\n/*\n// | CODE |
| LOW | samples/react/scatter/scatter-datetime.html | 57 | function generateDayWiseTimeSeries(baseval, count, yrange) { | CODE |
| LOW | …s/react/candlestick/candlestick-parsing-data.code.json | 8 | "code": "import React from 'react'\nimport ReactApexChart from 'react-apexcharts'\nimport './styles.css'\n\n// See | CODE |
| LOW | samples/react/candlestick/candlestick-parsing-data.html | 98 | function generateSingleCandlestick( | CODE |
| LOW | src/renderers/Renderer.js | 113 | export function hasCanvasUnsupportedFeature(w) { | CODE |
| LOW | src/modules/SeriesTransformRegistry.js | 73 | export function unregisterSeriesTransform(name) { | CODE |
| LOW | src/modules/Series.js | 102 | function iterateOnAllCollapsedSeries(series) { | CODE |
| LOW | src/modules/license/LicenseEnforcer.js | 71 | export function markPerspectivesTokenDecoded() { | CODE |
| LOW | src/modules/license/LicenseEnforcer.js | 382 | export function reevaluateLicenseAcrossCharts() { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | tests/unit/responsive.spec.js | 177 | // Step 1: Activate a breakpoint (viewport < 1024) | COMMENT |
| LOW⚡ | tests/unit/responsive.spec.js | 184 | // Step 2: Resize above the breakpoint (viewport > 1024) | COMMENT |
| LOW⚡ | tests/unit/responsive.spec.js | 322 | // Step 1: Activate breakpoint | COMMENT |
| LOW⚡ | tests/unit/responsive.spec.js | 328 | // Step 2: Simulate series update (user calls updateSeries) | COMMENT |
| LOW⚡ | tests/unit/responsive.spec.js | 331 | // Step 3: Resize above breakpoint — config resets but series should be preserved | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | tests/unit/responsive.spec.js | 177 | // Step 1: Activate a breakpoint (viewport < 1024) | COMMENT |
| LOW⚡ | tests/unit/responsive.spec.js | 184 | // Step 2: Resize above the breakpoint (viewport > 1024) | COMMENT |
| LOW⚡ | tests/unit/responsive.spec.js | 322 | // Step 1: Activate breakpoint | COMMENT |
| LOW⚡ | tests/unit/responsive.spec.js | 328 | // Step 2: Simulate series update (user calls updateSeries) | COMMENT |
| LOW⚡ | tests/unit/responsive.spec.js | 331 | // Step 3: Resize above breakpoint — config resets but series should be preserved | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/unit/trellis-p3.spec.js | 2 | * Trellis (#22, P3) in jsdom: scoped annotations, grid-tooltip scaffolding, | COMMENT |
| MEDIUM | tests/interaction/specs/null-segment-paths.spec.js | 174 | await boot({ points: 10 }) // page scaffold + the library | CODE |
| MEDIUM | tests/interaction/specs/trellis.spec.js | 567 | // The scaffold is complete up front: every cell and header exists. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …es/vue/line/line-with-annotations-zoom-level.code.json | 10 | "code": "<template>\n <div>\n <div id=\"chart-zoomedchart\">\n <apexchart\n type=\"line\"\n | CODE |
| MEDIUM | src/modules/MorphTypeChange.js | 1641 | // robust to future selector changes. | COMMENT |
| MEDIUM | src/modules/tooltip/Intersect.js | 122 | // for SVG read the rendered <rect> (robust under any group transform). | COMMENT |