8615bd538b
fixes https://linear.app/ghost/issue/DES-869/dashboard-mrr-member-chart-axis-is-making-flat-growth-look-like A slight decline/increase on the MRR/members chart was shown as a very dramatic shift. These changes will make the chart appear more gradual when the changes are small. The chart will effectively "zoom in" on the range where the values fluctuate. The y-axis minimum is 95% of the lowest data point, and the maximum is 105% of the highest data point. That way there's a small buffer above and below the data range, and the chart as a whole doesn't have the overly dramatic drops/peaks. I've tested it with hardcoded values, as well as values inserted via the API, and the charts look a lot better. **Before** <img width="1257" alt="1 - chart before" src="https://github.com/user-attachments/assets/8d59fc38-0a57-4a7a-a83f-06e045057f45"> <img width="1255" alt="2 - chart before" src="https://github.com/user-attachments/assets/46476d88-3991-4253-a5bc-76591ea67e39"> **After (same two values)** <img width="1260" alt="3 - chart after" src="https://github.com/user-attachments/assets/d5bcfdb2-40dd-4655-afd4-ba19a62d76b9"> <img width="1263" alt="4 - chart after" src="https://github.com/user-attachments/assets/6c8cf189-6497-482e-9414-a7d77c00c533"> **Gradual decline** <img width="1259" alt="5 - chart gradual" src="https://github.com/user-attachments/assets/5ec2b470-f1d2-45cd-aba5-5f11e6e718fd"> <img width="1250" alt="6 - chart gradual" src="https://github.com/user-attachments/assets/b6dd67ab-0b5e-47db-a9ef-d4ae10b78f73"> **More pronounced decline** <img width="1270" alt="7 - chart dramatic" src="https://github.com/user-attachments/assets/c43215c3-a687-47be-ab05-70fee855a345"> <img width="1256" alt="8 - chart dramatic" src="https://github.com/user-attachments/assets/55ae833b-e47d-441a-98e0-fcfa2e9734a0"> <img width="1258" alt="9 - chart dramatic" src="https://github.com/user-attachments/assets/b9fdef8f-61fa-4315-a662-b37eea2259d3"> |
||
---|---|---|
.github | ||
.vscode | ||
apps | ||
ghost | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
nx.json | ||
package.json | ||
PRIVACY.md | ||
README.md | ||
SECURITY.md | ||
yarn.lock |
Ghost.org •
Forum •
Docs •
Contributing •
Twitter
The easiest way to get a production instance deployed is with our official Ghost(Pro) managed service. It takes about 2 minutes to launch a new site with worldwide CDN, backups, security and maintenance all done for you.
For most people this ends up being the best value option because of how much time it saves — and 100% of revenue goes to the Ghost Foundation; funding the maintenance and further development of the project itself. So you’ll be supporting open source software and getting a great service!
Quickstart install
If you want to run your own instance of Ghost, in most cases the best way is to use our CLI tool
npm install ghost-cli -g
Then, if installing locally add the local
flag to get up and running in under a minute - Local install docs
ghost install local
or on a server run the full install, including automatic SSL setup using LetsEncrypt - Production install docs
ghost install
Check out our official documentation for more information about our recommended hosting stack & properly upgrading Ghost, plus everything you need to develop your own Ghost themes or work with our API.
Contributors & advanced developers
For anyone wishing to contribute to Ghost or to hack/customize core files we recommend following our full development setup guides: Contributor guide • Developer setup
Ghost sponsors
A big thanks to our sponsors and partners who make Ghost possible. If you're interested in sponsoring Ghost and supporting the project, please check out our profile on GitHub sponsors ❤️
Getting help
Everyone can get help and support from a large community of developers over on the Ghost forum. Ghost(Pro) customers have access to 24/7 email support.
To stay up to date with all the latest news and product updates, make sure you subscribe to our changelog newsletter — or follow us on Twitter, if you prefer your updates bite-sized and facetious. 🎷🐢
Copyright & license
Copyright (c) 2013-2024 Ghost Foundation - Released under the MIT license. Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our trademark policy for info on acceptable usage.