Hello guys,
I recently stopped working the old dev tools, but I am having trouble setting my visual with new one. I know that I have to include the files that I need into the tsconfig.json file, but in order to do that the files have to be on my local computer.
So getting the files would solve me problem. But where can I download the files?
My visual is based on the force-directed Graph visual and I need these files:
jsCommon.PixelConverter
powerbi.VisualCapabilities
powerbi.DataView
powerbi.DataViewObjectPropertyIdentifier
powerbi.IEnumType
powerbi.createEnumType
powerbi.IEnumMember
powerbi.DataViewObjects
powerbi.EnumerateVisualObjectInstancesOptions
powerbi.VisualObjectInstanceEnumeration
powerbi.visuals.ObjectEnumerationBuilder
powerbi.VisualObjectInstance
powerbi.visuals.dataLabelUtils
powerbi.DataViewMetadataColumn
powerbi.visuals.TooltipDataItem
powerbi.IVisual
powerbi.IDataColorPalette
powerbi.visuals.IMargin
powerbi.IViewport
powerbi.VisualDataRoleKind
powerbi.visuals.valueFormatter
powerbi.visuals.IValueFormatter
powerbi.VisualInitOptions
powerbi.VisualUpdateOptions
powerbi.visuals.TooltipManager
powerbi.visuals.TooltipEvent
powerbi.data.DataViewObjectPropertyTypeDescripto
powerbi.data.DataRoleHelper.hasRole
To sum it up:
I understand how to import the files, I just need to know where to download them.
I hope you guys can help me, I don't know what to do.
Best regards!