Sparkline chart which helps compare values across periods
published version 1.0.3, 10 months agoThe bullet chart is a compact and efficient way to display performance data, comparing a primary measure to one or more other measures. It is particularly useful for visualizing key performance indicators (KPIs) and their targets.
published version 1.0.2, 10 months agoThis JavaScript function utilizes the D3 library to draw a histogram bullet chart. The chart visualizes a current value in comparison to a target value across different color-coded ranges. Additionally, it includes interactive features such as tooltips.
published version 1.0.3, 10 months agoThe drawAreaLineChart function is a JavaScript utility for creating area-line charts using the D3.js library. This function accepts a configuration object with parameters such as selector, data, xColumn, yColumn, period, width, and height. It generates an
published version 1.0.1, a year ago