Skip to main content

All Questions

Tagged with
0 votes
1 answer
24 views

Vega via Deneb in Power BI sankey chart grouped source and target names

I d like to create a sankey chart chart using vega in Deneb. I found an article online and I have the following code, but I would like to show the countries grouped currently my result is like this, ...
Flynn Fu's user avatar
1 vote
1 answer
17 views

How I make dissapper text value on Condition in VegaLite Chart

I am trying to create a group bar chart with text value over the bar, Chart seems good when there is no zero value, but when there is zero value in data then bar not make but label (text) are visible ...
Mohit's user avatar
  • 355
1 vote
1 answer
28 views

How to add '%' sign in text label over bar In vegaLite

I am trying to create a group bar chart with text Labels. I am not able to find how to '%' in text label over bar. Is there any way so that i can achive this? expected text over bar -> for 50 it ...
Mohit's user avatar
  • 355
1 vote
1 answer
13 views

Conditional X-axis short month labeling (Jan, Feb etc.)

In Deneb vega-lite for Power BI, I have ran into an issue where my data for a certain segment of data is not labeled as the beginning of the month (04/01) is not shown, due to the nature of this ...
Jflo3500's user avatar
1 vote
1 answer
45 views

Show y axis lines even though all values are zero

I am currently working on a grouped + stacked column chart in Vega. Is there a way to still display the y axis lines even with the data on both bars being all zero values? Let's say I still want it ...
anj's user avatar
  • 47
1 vote
1 answer
36 views

Vega chart center bar in dynamic number of columns

I am trying to make a clustered column chart in Vega where in if the values in the category are positive and negative, they are going to be stacked in one column but if the values in the category are ...
anj's user avatar
  • 47
1 vote
1 answer
27 views

How i stop Vegalite to rounding of y axis Tick label

I am creating a chart in which i want axis values should be same digit after decimal point as in data , i want this data driven . I know format in axis but i want to avoid this because it create view ...
Mohit's user avatar
  • 355
1 vote
1 answer
47 views

How can i sort categories in Deneb heatmap visual?

enter image description here I use Deneb Heatmap. When i dont use data labels it shows with correct sort, but when it comes to demonstrating data labels (in my code it is "days") it is ...
Vali Mammadov's user avatar
1 vote
1 answer
22 views

y axis scale ticks for small decimal value in Vegalite

I am trying to create a chart in vegaLite having dual axis. Issue is that, the second y axis value are in decimal, if i do not use format for second y axis, then it simply makes format with 4 decimal ...
Mohit's user avatar
  • 355
2 votes
1 answer
44 views

Using two unrelated tables in a Deneb Visual in Power BI

I've looked at this page https://deneb-viz.github.io/dataset. I can't figure out how to use two (or more) unrelated tables in a Deneb visual in Power BI. From this example https://vega.github.io/vega/...
Carlo Mendoza's user avatar
1 vote
1 answer
38 views

how i aligned grid lines in dual axis chart vegaLite

I am trying to create a dual axis chart in vegaLite ,when i make grid true for both layer then grid lines of y axis is not aligned i want align eqaully and provide better viz. for analysis. Editor ...
Mohit's user avatar
  • 355
0 votes
0 answers
30 views

Dynamic values in a Vega Dropdown

I'm trying to build a custom dropdown in Vega - Writing plain JSON code in Kibana via Custom Visualization and not using any programming for Vega such as VegaJS The default Vega dropdown supports a ...
Suman B K's user avatar
1 vote
1 answer
24 views

First bar highlight by a specific color in VegaLite Bar chart

I want to create a bar chart in vegalite for top 10 performance students but highest score student at the starting must be with specific color rest all remain same . I want this independent of data ...
Mohit's user avatar
  • 355
2 votes
1 answer
40 views

Label wrapping with stacked bar charts

I'm attempting to split the label on the x axis in a vega-lite stacked bar chart so that the text wraps. Using the below, while the text does wrap, the rest of the chart breaks in a confusing way. (...
Cora Sutton's user avatar
-2 votes
2 answers
77 views

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) ...
AMGFREO's user avatar
  • 19

15 30 50 per page
1
2 3 4 5
14