visualization
Here are 6,488 public repositories matching this topic...
-
Updated
Mar 7, 2020 - JavaScript
Most important: add link to Atlassian's documentation on how to generate an API token:
https://confluence.atlassian.com/cloud/api-tokens-938839638.html
Software versions
OS: Linux 5.4.6
Browser: Chrome 78.0.3904.108 (Official Build) (64-bit)
Python: 3.8.1
JupyterLab: 1.2.4
Pandas: 0.25.3
Bokeh: 1.4.0
Issue
When plotting a vbar_stack, the entire row in the data source is ignored if the first input column contains a NaN in a pandas.DataFrame.
If a standard Python dict is used as a data source, the output is plotted as expecte
I'm trying to set a customdata attribute to the nodes of a sankey diagram (i.e. percentage of node value of total value) and display that calculation when hovering over the node. I can't access the parent data customdata attribute in the node hovertemplate.
Could there be documentation for the event data available for node hovertemplates? Also, it'd be helpful to access the x0, x1, y0, y1 of t
svg绘制模式下报错
Bug report
Codepen
https://codesandbox.io/s/react-basic-example-8xfnf
Explanation
The default calculation is off for a specific mixed chart.
In the chart the max value is 25.43 however the yaxis max value is 60 for some reason.
I can not use yaxis: max because when zoomed in, it doesn't automatically calculate the max value and the zoomed version is still not so g
The new (v5.8) Vega heatmap and isocontour transform requires "raster grids (matrices)"
input data format as seen in these Vega example data files:
https://github.com/vega/vega/blob/master/docs/data/volcano.json
https://github.com/vega/vega/blob/master/docs/data/annual-precip.json
It would be helpful to add explanation of this data format in the documentation:
https://v
-
Updated
Mar 7, 2020 - Go
多个图表渲染时由于动画机制导致渲染错误
Hello Team,
Firstly, thank you for open sourcing this library - Awesome!
Now to my request -
Can you document the polyfills that are required for this project?
react-vis makes use of ES6 array methods isn't very descriptive and I don't want to include everything that babel-polyfills brings in; instead, I would rather just polyfill what's required.
-
Updated
Mar 6, 2020 - JavaScript
I was following along with the guide for adding a chart: https://github.com/rawgraphs/raw/wiki/Adding-New-Charts
Using the exact code that is specified in the guide, and here: https://github.com/densitydesign/raw/blob/master/charts/chart.js
At runtime you see an undefined error.
TypeError: Cannot read property 'linear' of undefined
It seems as though the latest version of "d3" no longe
Most items coming from questions on the community forum
- how to force an axis to be categorical, see https://community.plot.ly/t/how-to-plot-categorical-values-in-x/31982/3 or https://community.plot.ly/t/how-to-get-bars-located-to-each-other-in-bar-plot-with-float-x-axis-values/31554/2. To go to https://plot.ly/python/axes/ or to a new "meta" page explaining what the different types of axe
Describe the bug
I try to run tensorboardX/examples/demo_graph.py for jupyter notebook (launched by anaconda navigator) and I get the error seen at Additional context.
I just copy paste the code to notebook from Github.
Minimal runnable code to reproduce the behavior
class SimpleModel(nn.Module):
def init(self):
super(SimpleModel, self).init()
-
Updated
Mar 6, 2020 - Ruby
I am using the thingsboard/tb-postgres docker image by following the documentation (https://thingsboard.io/docs/user-guide/install/docker/)
and I have the issue that my disk quickly used up and I find the issue below.
Docker log rotation is not working the container log keeps on growing #1148
I would suggest adding the log option in command line
-
Updated
Mar 4, 2020 - JavaScript
-
Updated
Mar 7, 2020 - TypeScript
-
Updated
Mar 7, 2020 - Python
-
Updated
Mar 6, 2020 - JavaScript
This is really awesome, thanks! One minor feature request - is there a way to change the transition easing curve? You can change the durations, but the easing curve appears to be hard-coded to easeExpInOut which I find a bit "snappy". I think this is the relevant code:
function newCubeLayer(presenter, config, cubeData, highlightColor, lightSettings, lightingMix, interpolator) {
cons
Priority
Low
Issue Description
In the screenshot below, LAST MODIFIED shows Sat, 26 Oct 1985 08:15:00 GMT,which is incorrect.
Expected Results
LAST MODIFIED shows correct timestamp, so that users know when this file is modified.
Screenshots/Related files



When adding a new data store database in Metabase it tries to connect first with SSL (if the driver supports SSL), and then without, in that order. If either connection succeeds, the database details are accepted as valid. Yes, you can add driver specific JDBC options to use SSL, but there is no good feed