Fresh_charts

screenshot of Fresh_charts
fresh

A server-side-rendered charting library for Fresh

Overview

fresh_charts is a charting library for Fresh based on Chart.js, offering support for both server and client-side rendering capabilities. The library provides various methods for rendering charts, including JSX/TSX components for inline rendering on a page and functions for serving SVG images.

Features

  • Server and Client-side Rendering: Supports rendering charts both server-side and client-side.
  • Multiple Rendering Options: Offers various methods for rendering charts, including inline rendering and responding with an image.
  • Island Components: Provides JSX/TSX island components for client-side rendering and interactivity.

Summary

fresh_charts is a versatile charting library that offers developers the flexibility to render charts both server-side and client-side. With support for various rendering options and island components for interactive client-side charts, it provides a comprehensive solution for integrating charts into Fresh applications.

fresh
Fresh

Fresh is a full stack modern web framework for JavaScript and TypeScript developers, designed to make it trivial to create high-quality, performant, and personalized web applications. You can use it to create your home page, a blog, a large web application like GitHub or Twitter, or anything else you can think of. At its core, Fresh is a combination of a routing framework and templating engine that renders pages on demand, on the server