Skip to main content

All Questions

0 votes
0 answers
15 views

Bubbles inside Packed bubble all the same size

The packed bubble chart I am rendering, is rendering bubbles of the same size. The outer bubble is sizing correctly but the inner bubbles are all the same size. How to fix that issue? My code: ...
nb_nb_nb's user avatar
  • 1,347
0 votes
0 answers
17 views

Highcharts heatmap is smushing the data and overlapping

I am trying to create a heatmap but the data is getting all smushed and overlapping. Not use what is wrong with my code. // Substring template helper for the responsive labels Highcharts....
nb_nb_nb's user avatar
  • 1,347
0 votes
2 answers
50 views

How do I make elements show during an operation instead of after?

I am making a sorting algorithm visualizer using JavaScript. I have most of it down, but currently, the bars do not show up until the sorting is done, and at this point, it does show up sorted. ...
STM's user avatar
  • 1
0 votes
0 answers
28 views

chart.js graph elements shifting position during continuous updates

I have implemented a Chart.js graph in a Blazor project for monitoring a flow. The x and y values are updated approximately once every second (not at exact intervals) when window.updateHistory(...
Johan hvn's user avatar
  • 358
0 votes
0 answers
12 views

side by side list relationships network graph javascript

I have two lists of names. One is the boss the other are the employees. I can format the data however is needed. On the left hand side I will have a list of the boss names, and on the right I will ...
Tom's user avatar
  • 381
1 vote
0 answers
55 views

Create line chart using d3.js

I want to create a line chart for the following data in powerbi custom visual d3.js Student name Marks Jasmine 45 Oliver 33 Maya 11 Ethan 66 Sophia 77 Lucas 8 Ava 88 Clara 11 I've tried ...
Elysian's user avatar
  • 19
0 votes
0 answers
19 views

Unable to view an indented tree and a document embedding for this d3 project

I am learning visualization using D3 and was trying to execute this code on my browser for creating an indented tree to view taxonomy and to create a document embedding but unfortunately I can't view ...
bad_with_usernames's user avatar
1 vote
1 answer
23 views

How to show all tooltips on selection of line in google charts

I am using Google Charts API to generate a line chart for some data. When I click on the line, the line gets highlighted. Also when I hover on any data point, the tooltip gets visible. However, I want ...
Master_Nachi's user avatar
0 votes
0 answers
27 views

Why can't I load the dataset in this data visualization based JavaScript program?

I am starting starting to dive deeper into programming and have started with d3 library. I wanted to run a program that will create a scatterplot and parallel line graphs using a penguin dataset I ...
bad_with_usernames's user avatar
0 votes
0 answers
26 views

D3 dual y-axes - synchronize on zoom

I have a chart with two y-axes. They have their separate ranges and domains, and the tickvalues are updated to make sense visually. The problems starts on zoom. How can I adapt the zoom functionality ...
Evelinabe's user avatar
0 votes
1 answer
40 views

Create JSON table schema structure

I want to create visualizations of JSON table schemas. These visualizations will be generated on the p5.js canvas. I've written some code for this task, including connections between schemas, dragging ...
absmj's user avatar
  • 1
0 votes
0 answers
16 views

Issues with different xscales but same domain values in D3 heatmap

I'm, pretty new to D3 and I am trying to build a heat-map in D3. It has different years. Each year has its own day scale(on x-axis) and year label should also be shown but shared month-scale(on y-axis)...
grumpy_developer's user avatar
-1 votes
1 answer
43 views

Access a txt local file with d3 [closed]

I am new with D3, Javacript, and HTML. The repository of my project is as follows: Project: facebook_combined.txt index.html network.js I am trying to access facebook_combined.txt from index.html to ...
elnukakujo's user avatar
0 votes
1 answer
32 views

Why are my scatter points plotting in vertical lines in highcharts

I have a scatter plot that has been created using Highcharts. Why are the points being generated in straight lines and not like a normal scatter plot? My code: Highcharts.chart('container', { "...
nb_nb_nb's user avatar
  • 1,347
2 votes
0 answers
39 views

In Observable/d3/javascript, how do you apply a filter from based on a action in one plot to another plot?

I have 2 functions in Observable which each create a plot. I designed it so that when I click the squares in the legend of the first plot, it filters which data is displayed (there are 7 lines for ...
rytwin's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
131