Attribution web component <cq-attribution>
.
This will put a node inside a panel to attribute the data. Both the main chart panel (for quotes) and a study panel can use an attribution.
- Since:
-
2016-07-16
Example
<cq-attribution>
<template>
<cq-attrib-container>
<cq-attrib-source></cq-attrib-source>
<cq-attrib-quote-type></cq-attrib-quote-type>
</cq-attrib-container>
</template>
</cq-attribution>
Members
-
messages
-
Here is where the messages go. This could be supplemented, overridden, etc. by the developer. The sources contain properties whose values which go into
. The exchanges contain properties whose values which go into . For quotes, the sources would match the quote source. For a study, it would match the study type. If there is no matching property, the appropriate component will have no text.