Build advanced charts for Notion in a minute 1. Pick your chart type: bars, calendars, KPI, radar,... 2. Prepare your data: group, split, filter, sort 3. Customise that chart: from colors to axis rotation, and legend position 4. Import your chart to Notion
🌟 What you can do? - The chart you want: bars, lines, pie/donut, single KPI, radars - Unlimited number of rows while loading quickly - Multi-series: display multiple columns in the same chart - Filter rows: keep only the relevant data, ie keep only rows with the date of today or after a specified date, hide empty rows, ... - Splits: divide your data with another value like a label - Customization: not only colors but a bunch of other customization parameters like line styles, labels, value format (dollar, rounded value,...) - Dark mode compatible with Notion - Public link: for publishing on your own website: made with Notion or any other tool - Row as series: visualize a single row as a chart
The UI for editing charts and the amount of customization you can perform is way better than the service offered by competitors. The support team is super reactive as well.
Based on our record, Notion API seems to be more popular. It has been mentiond 45 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Notion: https://developers.notion.com/. - Source: dev.to / 4 months ago
Obtain Notion API Token: Go to the Notion Developer Page, create a new integration, and get the API Token. - Source: dev.to / 7 months ago
The “Update Content” action that downloads content from Notion API and commits the changes. - Source: dev.to / 9 months ago
// composeApp/src/commonMain/kotlin/api/QueryDatabaseRequest.kt Package api Import kotlinx.serialization.SerialName Import kotlinx.serialization.Serializable /** * https://developers.notion.com/reference/post-database-query */ @Serializable Data class QueryDatabaseRequest( @SerialName("start_cursor") val startCursor: String? = null, @SerialName("page_size") val pageSize: Int? = 100, ) { ... - Source: dev.to / 11 months ago
Our public API uses Notion.com: https://developers.notion.com/ Switching the product and marketing sites would take a lot of work for unclear/low benefit since at this point we’ve learned the .so lessons and have a good reputation. Given the choice of projects like “scale infra so we stay online and fast-ish”, “improve search”, or “notion dot com”, Notion dot com ends up below the cut line. - Source: Hacker News / over 1 year ago
Notion Charts - Generate embeddable charts, beautifully optimized for Notion
Sync2Sheets - Give Notion the superpowers of Google Sheets
Notion2Charts - Notion2Charts is an easy to use online tool to generate beautiful embeddable charts from your Notion databases.
Google forms to Notion - Supercharge Notion with Google Form ⚡️
ChartBrick - Visualize your data (from Notion, Airtable, Stackby, MySQL, CSV, JSON) as insightful charts and make it more understandable. You can also download these charts as images and embed them in Notion pages or anywhere else.
Unofficial Webhooks for Notion - Receive Webhooks from your Notion Workspace