freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
-
Updated
Aug 17, 2021 - JavaScript
{{ message }}
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
FCC China open source codebase and curriculum. Learn to code and help nonprofits.
Redefined chart library built with React and D3
Open-source JavaScript charting library behind Plotly and Dash
A visualization grammar.
The y-axis ticks supports the rotated option, but the doc is missing.
I haven't checked whether other options are missing.
While I was debugging another issue, I noticed that the example included two bars with the same x and y values, and when you mouse over one of these bars both tooltips show up. It seems like Victory uses the x/y value to determine whether the tooltip is active when there is not another identifier.
.rickshaw_graph .detail .item.active from detail.css would benefit by adding 'width: auto; height:auto;' to auto-size the detail tooltip on graph mouse hover. In it's current form, the tooltip doesn't get auto-sized when using a relative/percentage based layout.
能否在config.js内添加更强大的自定义功能?
例如控制数据条宽度、数据条左侧文字大小、数据条右侧文字大小、数据条内部文字大小、数据条与数据条之间上下间隔大小等功能,这些功能在数据条目少,或者一屏多个并行动态排名下会非常有用
虽然我可以通过修改stylesheet.css和visual.js实现上述功能,但是我觉得其他人也可能会有这样的需求
Visual profiler for Python
Hi, I'm creating a line chart with values between 20 and 80, and I would like to limit the y axis to this values.
The current graph shows the y axis scale from 0 to 80.
Is possible to set yaxis limits from 20 to 80?
A data visualization framework combining React & D3
A d3 heatmap for representing time series data similar to github's contribution chart
victory components for react native
It seems like http://www.electricitymap.org/map is serving.
Consider adding an automatic redirect to https://www.electricitymap.org/map.
This is considered a best practice.
If the website is served via web/server.js, a middleware could be added to Express to implement this redirect.
If it's served via another method in production, it's also usual for web frontends to allow setting thi
Beautiful visualizations of how language differs among document types.
D3 Components for React
Add a description, image, and links to the d3 topic page so that developers can more easily learn about it.
To associate your repository with the d3 topic, visit your repo's landing page and select "manage topics."
Most items coming from questions on the community forum
xref='paper'. Also the shapes and annotations tutorial should link to each other.