Relative Content

Tag Archive for vega

10 ngôi sao sáng nhất trên bầu trời

Khi quan sát bầu trời đêm, ta có thể nhìn thấy được nhiều ngôi sao. Tuy nhiên không phải ngôi sao nào cũng đều giống nhau và nhìn được bằng mắt thường.

dependency of signals and eventstream(s)

The code creates 4 rectangles, creating a stacked bar ranging from 0 to 100, and 4 triangles I want to use as sliders that can be used to change the size of the rectangles.
The range covered by the rectangles can become less than 100, but not more than 100

Vega – how to draw x=y line?

I need to draw line x=y on the chart below.
Can you help me please?
It must work even if for example max(x) = 100 and max(y) = 10.
We have to take the max value of x and y and draw a line from (0,0) to (max,max)