Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



StartImage Removed
Excerpt


Darstellung eines roten Punktes

is set in the Icon Definition under Source, an additional text field appears with the title Custom Icon Url. There are two ways to provide your own icon:

1) 
Img-URl: Geben Sie eine externe URL an, unter der das Icon gespeichert ist.

Diagram

Orientation

Sie können die pictograms horizontal und vertikal ausgerichtet nutzen:

horizontal für Entwicklungen über die Zeit

You can use the pictograms horizontally and vertically aligned:

  • horizontally for developments over time (Time),

vertikal für Strukturvergleiche
  • vertical for structural comparisons (Structure).

Dual Mode

Ist der Dual Mode aktiviert werden die ersten beiden Measures an der Achse gegenüber dargestellt.

Legend Position

Geben Sie die Position der Legende an, die den Wert pro Icon darstellt. Möglich sind Einstellungen Header (rechts oben), Footer (rechts unten) und None (keine Legende)

Padding

Setzt einen Rand um das Piktogramm. Wählen Sie aus der Liste eine CSS-Einheit (wie z.B. 10px, 10em),

When Dual Mode is activated, the first two measures are displayed on the opposite axis.


Info

For short loading time of pictograms the number of category elements is limited to 100 and in Dual Mode to 50 elements.

Legend Position

Specify the position of the legend that represents the value per icon. Possible settings are Header (top right), Footer (bottom right) and None (no legend).

Padding

Sets a border around the pictogram. Select a CSS unit from the list (such as 10px, 10em).

Image Modified

Pictogram

Icon Definitions

Jeder Eintrag stellt eine Icon Definition da. Diese setzt sich aus den Attributen Source und Address Subset zusammen. Unter Source können Sie die Quelle für ein Icon wählen. Es kann sich dabei um eine gültige URL oder Daten-URL handeln. Unter Address Subset wählen Sie die Dimension und die zugehörigen Member, für die das Icon gezeichnet werden soll. Gibt es zwischen Icon Definitionen Überschneidungen bzgl. der Dimensionen und Member, so hat die letzt erstellte Icon Definition Vorrang

Each entry represents an icon definition. This consists of the attributes Source and Filter as well as Description. Under Source you can select the source for an icon. In addition to preselected icons1) , you can provide your own icon under the Custom entry. This can be a valid URL or data URL. The most common image formats (.svg, .png, .jpeg and .gif) are supported. For performance reasons, the selected image files should not be too large (ideally only a few kilobytes), since they must either be loaded via external requests or, in the case of a data URL, included in the source code.

Under Filter, select the dimension and the associated members for which the icon is to be drawn. If you do not set a filter, the icon is applied to all data points, since there is no restriction. If there is an overlap between icon definitions regarding dimensions and members, the last created icon definition has priority.

The Description option allows you to define your own description for the icon definition, which then appears together with the selected icon in the list of created icon definitions. If no Description is set, the selected dimension members are displayed next to the icon (if there is no restriction, All is displayed).

1)It is recommended to use the structural mode for the pre-selected icons.

Icon Definition Custom Icon

UrlIst bei der Icon Defintion die Option

URL

If the option 'Custom'

gesetzt, geben Sie eine Data URL ein. Diese Data URL ist eine alternative Schreibweise für Bilder.
Info
Info

External Image-URL

Example: img url (svg bild by wikipedia commons)

https://upload.wikimedia.org/wikipedia/commons/8/89/Dog.svg


2) Data URL: With the help of a Data URL external sources can be directly integrated into html. In order for the image to be used in the pictograms, the data-url must be specified in the following format: data:[<MIME-Type>];base64,<Data> 

Info

Representation of a red dot:

"data:image/png;base64,
iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGP
C/xhBQAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9YGARc5KB0XV+IA
AAAddEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIFRoZSBHSU1Q72QlbgAAAF1J
REFUGNO9zL0NglAAxPEfdLTs4BZM4DIO4C7OwQg2JoQ9LE1exdlYvBBeZ7jq
ch9//q1uH4TLzw4d6+ErXMMcXuHWxId3KOETnnXXV6MJpcq2MLaI97CER3N0
vr4MkhoXe0rZigAAAABJRU5ErkJggg=="

The expression data: indicates that the URL is a data URL. The MIME type (in the example: image/png) defines the type of content ;base64 specifies the encoding of the data. After a ", " (comma) follows the actual image as base-64 encoded string. Under the Google search 'data-url generator' you can find various online services that encode image files as base64 encoded strings and then provide them as data URLs.

Info

Tip: Microsoft 365 contains an extensive collection of categorized pictograms that can be saved locally as vector graphics (svg).

Scale Mode

Text

Max Icon Number

Bestimmen Sie die maximale Anzahl an Icons pro Datenpunkt. Dies hat Einfluss auf den Wert, den ein Icon repräsentiert. Es wird dabei versucht, einen möglichst sinnvollen Wert pro Icon zu finden, sodass die tatsächliche maximale Icon-Anzahl kleiner oder gleich der von Ihnen angegeben Zahl ist.

Icon Spacing

Bestimmt den Abstand zwischen zwei Icons (innerhalb eines Datenpunktes). Es wird ein valider CSS-String wie z.B. 10px, 10em, etc. erwartet.

Determines the scaling mode for the pictograms.

Fix Icon Number(Default): Space is reserved for n (given by the Property Max Icon Number) icons, regardless of whether n icons are actually needed to display the maximum value. This scaling mode is recommended if the values can change dynamically over several orders of magnitude (e.g. during filtering), since the size of the icons does not change.

Full Width: The space reserved for the icons depends on the number of icons needed to display the maximum value. The required number is always less than or equal to the value from the property Max Icon Number. This mode is more suitable for static representations and uses the full width for the representation of the icons.

Note: The size of the square icons is exclusively based on the given width in both the temporal and structural representation of the pictograms.

Max Icon Number

Determine the maximum number of icons per data point. This affects the value that the icon represents. The system tries to find a value for each icon that makes the most sense so that the actual maximum number of icons is less than or equal to the number you specify.

Icon Spacing

Defines the distance between two icons (within a data point). Select a CSS unit from the list (such as px,em).

Tooltips

Wenn dieser Haken gesetzt ist, werden zur Laufzeit Tooltips auf den Pictogrammen angezeigt, die für das entsprechende Element detaillierte Informationen anzeigen.

Image Modified

Image Modified

Image Modified

Title

Ist die Checkbox Enable aktiviert wird, so wird der Titel dargestellt.

Title Text

Definieren Sie hier einen Titel für Ihr Piktogramm.

Spacing

Bestimmt den Abstand des Headerbereichs zum Piktogramm. Es wird ein valider CSS-String wie z.B. 10px, 10em, etc. erwartet.

Image Removed

Footer Text

Hier können Sie einen Text definieren, der unter dem Piktogramm erscheint.

Spacing

Bestimmt den Abstand des Footerbereichs zum Piktogramm. Es wird ein valider CSS-String wie z.B. 10px, 10em, etc. erwartet.

Image Removed

Image Added

Tooltips

If this check mark is ticked, tooltips will be displayed on the pictograms at runtime, providing detailed information for the corresponding element.

Image Added

Selection

Fade Out Opacity

This value determines to what extent pictograms that are not highlighted should be hidden. The value starts at 0.0 (completely hidden) and ranges up to 1.0 (completely visible).

Image Added