All Questions
10 questions
0
votes
2
answers
59
views
How to create a cricket score ticker like this and populate it with API data in a React app? [closed]
When I was watching a live sports broadcast (cricket) on TV, I noticed an overlay showing match details with beautiful graphics and animations. It really caught my eye, and I’d love to build something ...
0
votes
1
answer
97
views
ThreeJS point light gives weird texture look
I use ThreeJS, more specificaly React Three Fiber to create a 3D Canvas.
I added a glb model, point light and ambient light and the result was really bad.
Why does the texture look so choppy?
Is it ...
0
votes
0
answers
637
views
How to customize Recharts Pie Chart?
I have a pie chart that i want to show two things, the store name and the percentage. Currently, my chart looks like this
In the outer label, the Loja part, how can I change the font color to be just ...
1
vote
3
answers
531
views
Is there are anyway to animate this like a running conveyor belt?
I need to animate this so that it'll look like a running conveyor belt, is there are any way to achieve it?
const cx = 50;
const cy = 50;
const width = 40;
const radius = 100; // CV size
const ...
2
votes
2
answers
247
views
How to make a semicircle loader using SVG?
The result I want to achieve is this:
And what I achieved until now is this:
What I cannot figure out is:
How to round the corners of the lines in the semicircle
How to add a perpendicular line at ...
-1
votes
1
answer
800
views
Adobe Illustrator - Variable data on SVG images [closed]
I found a Variableimporter script for AI but based on youtube vidoes, I can set an image as dynamic only when it is PNG file.
Does anyone figured out how to use Variable data on SVG objects?
Link to ...
0
votes
1
answer
253
views
Stacked Bar graph with ReactJS
I have to do a single stacked bar graph getting the data from an API, but I am finding some issues.
1- On one hand, the data I get is not rounded, even if I use %.
2- On the other hand, the total I ...
3
votes
2
answers
62
views
JavaScript Graphics
I'm trying to create some graphics similar to this one in the MaterializeCSS website, but I cannot figure out where it is from, I look over the whole MaterializeCSS website and it is not part of the ...
0
votes
1
answer
249
views
SVGs don't show on Firefox
I am using a bunch of SVGs on my site. They show just find on Chrome but on Firefox they don't show at all.
I've been trying to find info on that but surprisingly there isn't that much. Everything I ...
0
votes
0
answers
337
views
Make 2D images in scene with 3D objects unaffected by light in Three.js and React.js?
I'm trying to make a scene that has a 2D image and a 3D image using Three.js and React.js. When the 2D image is clicked, it turns the 3D image to wireframe mode. However, the lighting in the scene is ...