Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:
-
Updated
Oct 27, 2019 - 4 commits
- JavaScript
Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
Most important: add link to Atlassian's documentation on how to generate an API token:
https://confluence.atlassian.com/cloud/api-tokens-938839638.html
It'd be useful to have an annotation like BoxAnnotation that creates a dividing line, but which can be angled. It's possible to achieve something similar with an image, but then interaction is extremely slow as the plot has to re-render the image at every frame.
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
根据v3更新文档 https://www.yuque.com/antv/g2-docs/tutorial-g2-v3-changes ,等高线的旧 API chart.contour() 已经废弃并被 chart.polygon() 替代了,但是新版本的 Demo 中并没有给出相关的例子
在 Demo 中给出等高线相关的例子
cc. @maartenbreddels
We are working on a Python -> Vega-expression transpilation package: https://github.com/QuantStack/py2vega
We provide mocking Python functions for all vega functions. In order to easily keep them up to date with vega it would be super useful to have spec files (JSON files?) for those functio
We don't seem to mention anywhere that .group() takes three parameters like .stack(), for any stacked charts.
stack.group(...)baseMixin.group() is used by anything not stacked📱📈An elegant, interactive and flexible charting library for mobile.
For anyone who'd like to contribute and don't know where to start - it might be a good idea to add more unit tests for any uncovered part
If you'd like contribute, please leave a comment here, specifying the areas (functions/files/packages), which you are going to cover
JavaScript library for HTML5 & CSS3 time sheets
When looking at documentation there is dontCheckIfEmpty (optional) parameter description in XYPlot section. Presented example of empty chart has link to source file. This link is giving 404.
Invalid link https://github.com/uber/react-vis/blob/master/showcase/plot/empty-chart.js

Here https://github.com/plotly/plotly.py/blob/master/packages/python/plotly/plotly/express/_doc.py#L164
We accept color scale names also right?
Open-source IoT Platform - Device management, data collection, processing and visualization.
🛰️ Represent any GraphQL API as an interactive graph
🍞📊 Beautiful chart for data visualization.
MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch Onnx and CoreML.
Low
In the screenshot below, LAST MODIFIED shows Sat, 26 Oct 1985 08:15:00 GMT,which is incorrect.
LAST MODIFIED shows correct timestamp, so that users know when this file is modified.

Right now it shows up in access logs as "Go-http-client/1.1", which is very dull.
We could copy Prometheus, which sets it to something like "Prometheus/2.12.0".
A library for visualization and creative-coding
Describe the bug
POST to /api/database will overwrite an existing database instead of erroring
To Reproduce
Create a database with a POST to /api/database.
Run the same call again.
Expected behavior
Expect Metabase to error and say, "Database with name 'foo' already exists"
Actual behavior
Metabase gives another 200 and will overwrite any previous database config with