Data visualization
Data visualization is the visual depiction of data through the use of graphs, plots, and informational graphics. Its practitioners use statistics and data science to convey the meaning behind data in ethical and accurate ways.
Here are 6,428 public repositories matching this topic...
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
-
Updated
May 21, 2020
On the chapter about Editable DataTable
we can find this :
This chapter includes recipes for:
Reading the contents of the DataTable
Filtering out null values
Uploading data
Determining which cell has changed
Adding or removing columns
Adding or removing rows
Clearable, deletable, renamable, and hideable colum
-
Updated
Jun 10, 2020 - TypeScript
Bug report
Minor issue in documentation page:
https://apexcharts.com/docs/options/chart/events/
The click event entry is duplicated.
Explanation
- What is the behavior you expect? Only one entry in this page for mouse click event
- What is happening instead? Two entries describing the function
- What error message are you getting? N/A
-
Updated
May 21, 2020
The y-axis ticks supports the rotated
option, but the doc is missing.
I haven't checked whether other options are missing.
You must be doing something wrong as almost everything turns up above the actual docs - github, gallery, examples.
Even if I search for a specific string from the docs and add "deck.gl" they don't appear.
Your SPA architecture might be breaking something? How about good old server-rendered pages for docs?
Is your feature request related to a problem or area of OpenRefine? Please describe.
Users are not seeing how to delete a Project in OpenRefine.
User tweeting about this:
https://twitter.com/ruthbrarian/status/1243243600223391745
Took me forever to see the little Xs to delete them too
We also use currently use differing styles for Actions to perform on a Project:
- Img
- Text
**De
As you can see in this example from the documentation docs, there is a linestyles argument, but it doesn't show in the legend. This kind of defies the purpose, printing black/white you still can't tell which is which (except from the markers, but often the markers are hard to read because the line is too wide relativel
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
What would the GeoJSON with timestamps look like? Looking at the playback part of the user guide, it's unclear to be whether your GeoJSON should contain arrays of values and corresponding timestamps for each location? Is the following correct?
var statesData = {
"type": "Feature",
"properties": {
-
Updated
May 27, 2020 - HTML
In colab dark mode, Overview looks bad because parts of it are responsive to the theme but not every visual element.
I make a lot of commits with small changes
Right now, we have:
imperative | declarative (react) |
---|---|
Mapbox GL JS | react-map-gl |
THREE.js | react-three-fiber |
Just as react-map-gl is the declarative react(ion) to Mapbox GL JS, react-three-fiber is the declarative reaction to THREE.js.
Mapbox GL JS has support for adding custom layers with THREE.js:
https://docs.mapbox.com/mapbox-gl-js/example/add-3d-model/
It w
Not really an issue but thought I would mention it. When installed via npm the dist folder contains two resources for the minified code:-
It wasn't immediately clear which one to use so maybe you can remove one.
Thanks for a great package.
If the valueField parameter is not set in the config, the documentation specifies that valueField parameter should fall back to 'value'. However, the values are at some point through the plugin. I have created a fix so will make a pull request shortly.
- bizcharts Version: 3.1.5
- Platform or react version: 16.8.6
- CodePen Link: https://codepen.io/ebrahimb-the-decoder/pen/wvvNQzx
I've noticed an issue when dynamically switching axis labels on a chart. It seems that the first time the alternate axis is rendered, it ignores formatting set in the label component. Rendering the alternate a
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
Jun 2, 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
Created by Charles Joseph Minard
- Wikipedia
- Wikipedia
Steps to reproduce:
On a template variable with multi-select:
Actual Result:
The space bar input is appended or prepended to the search text.
Expected Result
The search text should remained unchanged, since focus is on a dropdown item.
**Releva