3 个仓库
Libraries for rendering interactive charts and data visualizations in web browsers.
Distinct from JavaScript Charting: Shortlist candidates are either too narrow (geospatial) or unrelated (data grids), requiring a general charting category under Web Development.
Explore 3 awesome GitHub repositories matching web development · JavaScript Charting Libraries. Refine with filters or upvote what's useful.
Cubism 是一个 JavaScript 时间序列可视化库和图表引擎,旨在将时间数据序列渲染为可视化图表。它作为一个实时仪表盘框架,将多个时间序列可视化聚合到一个界面中。 该库允许创建随着外部信息到达而自动更新的实时仪表盘。它专注于在共享的时间轴上可视化序列数据点,以促进同步数据分析和趋势与模式的监控。 该框架提供时间数据分析和 Web 浏览器内通用 JavaScript 数据可视化的功能。
Provides a JavaScript-based toolkit for rendering custom interactive time series charts in the browser.
This project is a JavaScript pivot table library and client-side data processor. It provides an interactive interface for transforming raw datasets into summarized tables, heatmaps, and charts, allowing for browser-based data analysis without a backend server. The library distinguishes itself through a drag-and-drop interface for dynamic data exploration and the ability to derive new attributes via date binning or custom logic. It supports flexible data rendering by converting analyzed results into HTML tables or graphical representations using integrated or third-party charting libraries. T
Uses JavaScript to create interactive tables, heatmaps, and charts that reveal patterns within raw datasets.
Easy Pie Chart 是一个轻量级的 JavaScript 库,专为渲染动画圆形进度指示器而设计。它作为一个前端组件,将单值数值数据可视化为响应式饼图,从而在 Web 界面中呈现基于百分比的信息。 该库利用 HTML5 canvas 元素进行绘图,通过硬件加速和同步动画循环来保持平滑的视觉过渡。它支持动态更新,允许开发者在不重新初始化组件的情况下实时修改显示数值,并提供生命周期钩子,以便在动画序列期间触发自定义逻辑。 用户可以调整颜色、线条粗细和背景样式等视觉属性,以满足特定的设计需求。该组件旨在适应不同的屏幕分辨率,确保在响应式仪表盘环境中保持一致的外观。
Acts as a front-end charting component for displaying single-value numerical data as responsive pie charts.