@rterizz23/peyek-charts
v2.1.1
Published
Ultra-Premium, animated charting library for the P.E.Y.E.K ecosystem. Built on Chart.js with luxurious gradients and interactions.
Maintainers
Readme
Peyek Charts
Ultra-Premium, animated charting library for the P.E.Y.E.K ecosystem. Designed specifically for high-end SaaS dashboards where aesthetics matter.
Features
- Luxurious Gradients: Built-in support for stunning smooth gradient fills.
- Cinematic Animations: Data points glide into place effortlessly.
- Premium Tooltips: Glassmorphism-styled dark tooltips out of the box.
- Zero Configuration Setup: Pre-configured for the best visual experience.
Installation
npm install @rterizz23/peyek-chartsUsage
<div style="height: 300px; width: 100%;">
<canvas id="myChart"></canvas>
</div>import { PeyekChart } from '@rterizz23/peyek-charts';
PeyekChart.createLuxLineChart(
'#myChart',
[1200, 1900, 3000, 5000, 2000, 3000],
['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun'],
{ suffix: ' Users', lineColor: '#00f0ff' }
);