TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Chartist – Simple responsive charts

194 点作者 jcklnruns超过 10 年前

13 条评论

SEJeff超过 10 年前
Looks very pretty, but doesn't seem to offer hover states or actions / tooltips. I think this is a dealbreaker for a lot of users who wish to add contextual information to their charts.
评论 #8243267 未加载
评论 #8243217 未加载
评论 #8243069 未加载
thangalin超过 10 年前
XSLT can create client-side charts without JavaScript. For example:<p><a href="http://davidjarvis.ca/world-politics/xml/resources.xml" rel="nofollow">http:&#x2F;&#x2F;davidjarvis.ca&#x2F;world-politics&#x2F;xml&#x2F;resources.xml</a><p>The source code is hosted on BitBucket:<p><a href="https://bitbucket.org/djarvis/world-politics/src/master/xml/" rel="nofollow">https:&#x2F;&#x2F;bitbucket.org&#x2F;djarvis&#x2F;world-politics&#x2F;src&#x2F;master&#x2F;xml&#x2F;</a><p>Without JavaScript, the interactivity of the charts is limited.
评论 #8243768 未加载
评论 #8243582 未加载
blueside超过 10 年前
As somebody who has worked a lot with many javascript charting libraries over the years, one important lesson we have learned is to &quot;never roll your own charting library&quot; and accept the feature set of the library. Too much customization will lead you down a windy path that can lead to nowhere. Pick your library first and keep that library&#x27;s limitations in mind during the design process to save yourself a world of hurt<p>This library looks to appease a lot of the design customization so far though, great job and kudos to the author for what looks like a really good start.
评论 #8244176 未加载
untilHellbanned超过 10 年前
Looks great. I use Highcharts.js responsively by simply setting the chart width to % rather than pixels. After all, scalable is a key part of SVG.<p>Noting that Chartist is much leaner than Highcharts, how do you envision differntiating this project and avoid feature creep to make it like Highcharts.js 2.0?
评论 #8243767 未加载
tagawa超过 10 年前
Given that this doesn&#x27;t work on Android 2.* stock browser (and I assume IE8), it would be good to see some kind of fallback - preferably canvas and if that&#x27;s not supported then a table of the raw data, which would be better than the current blank space.
评论 #8245173 未加载
NathanRice超过 10 年前
Very pretty, but doesn&#x27;t seem to be able to match the functionality of dygraphs, or the number of chart types in the google chart library (or similar).<p>I will definitely keep an eye on this project though.
RobotCaleb超过 10 年前
I rarely have a need to display static charts. My common use when I reach for a chart is to display live streaming data. Usually doing so involves accessing a points list directly and managing the addition&#x2F;deletion&#x2F;updating myself.<p>Is there any chart system that is made with live updating in mind?
评论 #8244468 未加载
评论 #8244706 未加载
Fastidious超过 10 年前
This website is using SVG graphics, very nicely. Is there a tool (GUI) that does that? Is it an export from a program like Illustrator, or is there something easier --and cheaper-- to do this?
评论 #8243988 未加载
评论 #8243756 未加载
marco1超过 10 年前
Why prefer this over Chart.js [1] which is responsive as well?<p>[1] <a href="https://github.com/nnnick/Chart.js/" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nnnick&#x2F;Chart.js&#x2F;</a>
评论 #8243115 未加载
评论 #8245927 未加载
lukegb超过 10 年前
Looks interesting - does this library do animation of states from old to new (e.g. adding new data) in the same vein as, for example, c3.js?
piratebroadcast超过 10 年前
Can I send these charts as images in emails? Google Charts is killing that features and we use it at work. SendGrid does the same thing.
评论 #8243320 未加载
ate356超过 10 年前
Are bar value labels supported?
aeharding超过 10 年前
labelInterpolationFnc? Really? :P<p>Looks cool though.