ixbrl-viewer
ixbrl-viewer copied to clipboard
The Workiva iXBRL Viewer allows Inline XBRL (or iXBRL) reports to be viewed interactively in a web browser. The viewer allows users to access the tagged XBRL data embedded in an iXBRL report.
This PR adds an additional field to the fact inspector that gives a human-readable label for the taxonomy that the concept is drawn from. The primary motivation for this is...
### What should we change and why? When using the new print button, the generated print view/PDF can cut content off if it is too wide. For example, if a...
Hi, Currently, all tags are marked as “green” even if tags overlap. This makes it less readable and distinguishable. It would be nice to have more different colors (Green, Blue,...
#### Reason for change This change is a companion to [EdgarRenderer Pull Request #114](https://github.com/Arelle/EdgarRenderer/pull/114) With the Edgar workflow the iXBRLViewer stub is generated twice (for the situation of private and...
### What question do you have? Be sure to check the wiki to see if it has been answered before Hello, I am integrating the ixbrl-viewer in my angular project...
#### Reason for change The default lang value of `en-US` potentially conflicts with `xml:lang` if present. #### Description of change First check if there's an `xml:lang` value to use before...
### What happened? When opening a report containing relative assets (such as images) via the GUI code path, the assets are not copied to the temporary directory where the viewer...