-
Updated
Aug 29, 2020 - JavaScript
d3
Here are 2,761 public repositories matching this topic...
-
Updated
Jan 22, 2020 - CSS
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Aug 29, 2020 - JavaScript
-
Updated
Aug 24, 2020 - JavaScript
Most items coming from questions on the community forum
- a proper multicategory bar example based on https://community.plotly.com/t/multicategory-axis-type-example/26392
- example of shape or annotation covering several subplots thanks to
xref='paper'. Also the shapes and annotations tutorial should link to each other. - orthographic projection example in 3d axes tutorial (or
-
Updated
Aug 27, 2020 - TypeScript
.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
能否在config.js内添加更强大的自定义功能?
例如控制数据条宽度、数据条左侧文字大小、数据条右侧文字大小、数据条内部文字大小、数据条与数据条之间上下间隔大小等功能,这些功能在数据条目少,或者一屏多个并行动态排名下会非常有用
虽然我可以通过修改stylesheet.css和visual.js实现上述功能,但是我觉得其他人也可能会有这样的需求
-
Updated
Aug 28, 2020 - TypeScript
-
Updated
Aug 20, 2020 - TypeScript
-
Updated
Apr 30, 2020 - Python
I settled on a graph where I show tooltips when it's over a certain threshhold and not when it's below.
There is a library to handle thresholds so I cannot use tooltipThreshold.
Instead I want to myself remove it on resize which I have working for the actual popup, however no matter what I do I still get the vertical lines and circles. Like this
![image](https://user-images.githubusercontent.
-
Updated
Aug 17, 2020 - Python
-
Updated
Jul 30, 2020 - TypeScript
There are quite a few amenity=bench + capacity=<int> out there.
- About 6k https://taginfo.openstreetmap.org/tags/amenity=bench#combinations
- Query https://overpass-turbo.eu/s/WR3
But the wiki says, that it should be amenity=bench + seats=<int> instead.
- https://wiki.openstreetmap.org/wiki/Key:seats
Do not use capacity=* in this context
- https://wiki.openstreetmap.org/wiki/Tag:a
-
Updated
Aug 23, 2020 - JavaScript
-
Updated
Aug 9, 2020 - JavaScript
-
Updated
Aug 5, 2020 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
Currently the component CountryTable looks only at the zones that appear at the focused timestamp. That can potentially cause the list to change its height and consequently the graphs to move and tooltips to flicker when hovering over the graphs at different
-
Updated
Feb 2, 2019 - JavaScript
-
Updated
Oct 30, 2018 - JavaScript
-
Updated
Jan 4, 2018 - JavaScript
-
Updated
Aug 24, 2020 - JavaScript
Improve this page
Add a description, image, and links to the d3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the d3 topic, visit your repo's landing page and select "manage topics."
The y-axis ticks supports the
rotatedoption, but the doc is missing.I haven't checked whether other options are missing.