Frappe Charts VS DHTMLX Gantt

Compare Frappe Charts vs DHTMLX Gantt and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
Frappe Charts DHTMLX Gantt
2 12
14,876 1,292
0.1% 3.9%
3.4 5.4
6 months ago 6 months ago
JavaScript JavaScript
MIT License GNU General Public License v2.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Frappe Charts

Posts with mentions or reviews of Frappe Charts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-07.
  • Learn SVG with 25 examples – How to code images in HTML
    5 projects | news.ycombinator.com | 7 Dec 2023
    As a frontend dev who also works in UX and graphics from time to time, I find it helpful to be able to do both, looking at SVGs as both a vector graphics format and a human-readable XML. IME the workflow depends more on whether any SVG is meant to be illustrative (like art) or quantitative (like charts) or interactive and animated/mutable (like a game).

    For something like this bell example (https://svg-tutorial.com/svg/bell), you can certainly hand-code it if you're really math-inclined and can estimate the formulas of curves just by looking at them, but for us mere mortals, it's easier to just draw out the curves in a graphics app then export as an SVG. And for things like the ringer (is that what you call it? the orange ball thing at the bottom of the bell that strikes the bell to make the sound), being able to visually draw it on a canvas, change its size, drag it around and play with its colors and dimensions, etc. is really helpful. Figma is fine for simpler graphics, but it's really more of a UX tool than a graphic design tool, and Illustrator is a lot more powerful. Inkscape is a FOSS option.

    In other circumstances, though, manipulating the SVG XML directly is also very helpful. Let's say you want to programatically generate a bar chart. If you have a big dataset, it's going to take a designer forever to manually plot them and change them every time the data changes. But it's easy for a dev to use Javascript (or any language) to draw each rectangle, programmatically adjust their heights and colors based on the data, add tooltips, etc. And that way you can dynamically update them in real-time whenever the data changes (like if the user selects a different date range, or new events come in). A lot of this is made easier by libs like https://frappe.io/charts or https://apexcharts.com. But before you take that approach, you should know that for complex charts, sometimes Canvas rendering (or just generating graphics in the backend) can be more performant than SVG.

    SVGs can also be animated and interactive, not just with CSS transitions but by directly manipulating the XML geometries, like http://snapsvg.io/demos/ or https://www.svgator.com/ or https://codepen.io/collection/XpwMLO/. This is fine for product pages and such, but for really graphics-intensive apps (full games) it's probably slower than other rendering pipelines. (Not my specialty, won't speculate too much.)

    TLDR Drawing them in a graphics app is usually easier for the designers, but the XML can be programmatically manipulated afterward to great effect.

  • [Showoff Saturday] I made a thing that shows you your valorant match stats
    2 projects | /r/webdev | 28 Jan 2023
    charts: https://frappe.io/charts

DHTMLX Gantt

Posts with mentions or reviews of DHTMLX Gantt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-04.
  • Top Technology, Web Development, and JavaScript Trends to Follow in 2024
    3 projects | dev.to | 4 Jan 2024
    For instance, the current unstable political and economic situation in the world certainly makes investors very cautious about financing any web project. It can be a serious problem for startups, where lack or shortage of investments often turn out to be an insurmountable obstacle. This year, we’ve launched a special DHTMLX discount program to assist startup businesses deliberating over the usage of our products in their apps. This initiative allows startups to purchase top DHTMLX JavaScript UI components (Gantt, Scheduler, Suite) with 70% discounts and benefit from them at the early stages of their web or cloud-based projects. In addition to a huge discount, this program provides personalized technical support and a large base of support materials.
  • What to Expect in Web Development and JavaScript in 2023
    4 projects | dev.to | 10 Jan 2023
    Both of our new products share similar APIs and UI design approaches, thus it should be really easy for web developers to use them in a single productivity app. Moreover, the To Do List can be smoothly integrated with our advanced Gantt chart component for more effective project management.
  • 18 Best JavaScript Gantt Chart Components
    13 projects | dev.to | 27 Dec 2022
    DHTMLX Gantt is a mature and developer-friendly JavaScript library for creating Gantt charts of any complexity and with any number of tasks. With this tool at hand, you can easily add a Gantt chart to any web app and equip it with the right features to cover all of your project management needs. High working loads like 30 000+ tasks and the use of advanced features won’t downgrade the DHTMLX Gantt performance due to dynamic loading and smart rendering.
    13 projects | dev.to | 27 Dec 2022
    Useful resources: documentation, samples, blog, YouTube channel, GitHub repository Trial version: DHTMLX Gantt Price: from $699
  • 7 Promising JavaScript Timeline Components to Improve Your Project Management App
    3 projects | dev.to | 29 Jun 2022
    DHTMLX Gantt is one of the most complete JavaScript libraries for developing Gantt charts. It offers a wide variety of time configuration features for the timeline where users can schedule tasks, allocate them between team members, and monitor their completion.
  • Latest Web Development and JavaScript Trends to Follow in 2022
    2 projects | dev.to | 24 Jan 2022
    As an answer to the challenges of the last twelve months, the company continued our course on providing full-featured and easily customizable JS tools for project management. DHTMLX released a JavaScript Kanban Board designed to help project managers with workflow visualization. The great thing about this tool is that it can be easily integrated with DHTMLX Gantt and Scheduler components in a single app for covering most of project management needs.
  • 8 Reasons to Use JavaScript Libraries in Project Management Apps
    2 projects | dev.to | 9 Nov 2021
    It can also be very helpful to make your app compatible with Microsoft Project since it is a widely-used project management instrument. This feature is supported by some libraries such as DHTMLX JavaScript Gantt chart.
  • Exploring Kanban: Origin and Key Functionality of JavaScript Kanban Boards
    2 projects | dev.to | 24 Aug 2021
    You may improve your Kanban experience and create a comprehensive project management solution by combining several products. Thus, for example, you may consider using DHTMLX Gantt chart or Scheduler event calendar.
  • Top 30 Open Source And Paid React Charts + Examples
    17 projects | dev.to | 2 Jun 2021
    Rating: 655 stars on GitHub

What are some alternatives?

When comparing Frappe Charts and DHTMLX Gantt you can also consider the following projects:

three.js - JavaScript 3D Library.

echarts - Apache ECharts is a powerful, interactive charting and data visualization library for browser

visx - 🐯 visx | visualization components

nivo - nivo provides a rich set of dataviz components, built on top of the awesome d3 and React libraries

recharts - Redefined chart library built with React and D3

chartist-js - Legacy Chartist Repo for old gh-pages

echarts-for-react - ⛳️ Apache ECharts components for React wrapper. 一个简单的 Apache echarts 的 React 封装。

p5.js - p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —

c3 - :bar_chart: A D3-based reusable chart library

peity - Progressive <svg> pie, donut, bar and line charts

Frappe Gantt - Open Source Javascript Gantt

mxGraph