Forum Discussion
aar0n
8 years agoAdvocate II
d3 Line graph dual y-axis
The following code compiles, but doesn't render a graph. Not sure why exactly it isnt working in power bi.... i am using an input of "Date", "Value1", "Value2". i am trying to plot date on x-axi...
v-viig
8 years agoCommunity Champion
We'd recommend to add a try-catch to catch an exception.
Otherwise, please share source code.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- aar0n8 years agoAdvocate II
can you please elaborate "try-catch"?
also, i thought i did above.. is there anything else that might be needed?
- v-viig8 years agoCommunity Champion
We'd recommend to take a look at try-catch syntax here.
To debug this issue we should have a full source code along with pbiviz.json, tsconfig.json, etc.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- aar0n8 years agoAdvocate II
since the data is confidential, i am unable to post the powerbi file, etc. if there is any other example of a dual y-axis line graph, using d3, i would be happy to use it instead of the code above..