North American Sales: 1-800-231-8588
Global Contacts
My Account
Menu
North American Sales: 1-800-321-8588
My Account
Sign In/Register
Design & Development
Design & Develop
Best Value
Infragistics Ultimate
The complete toolkit for building high performing web, mobile and desktop apps.
Indigo.Design
Use a unified platform for visual design, UX prototyping, code generation and application development.
Web
Ignite UI for Angular
Ignite UI for JavaScript
Ignite UI for React
Ultimate UI for ASP.NET
Indigo.Design
Desktop
Ultimate UI for Windows Forms
Ultimate UI for WPF
Prototyping
Indigo.Design
Mobile
Ultimate UI for Xamarin
Ultimate UI for iOS
Ultimate UI for Android
Automated Testing Tools
Test Automation for Micro Focus UFT: Windows Forms
Test Automation for Micro Focus UFT: WPF
Test Automation for IBM RFT: Windows Forms
UX
Indigo.Design Desktop
Collaborative prototyping and remote usability testing for UX & usability professionals
Indigo.Design
A Unified Platform for Visual Design, UX Prototyping, Code Generation, and App Development
Business Intelligence
Reveal Embedded
Accelerate your time to market with powerful, beautiful dashboards into your apps
Reveal App
Empower everyone in your organization to use data to make smarter business decisions
Team Productivity
Learn & Support
Support
Help & Support Documents
Blogs
Forums
Product Ideas
Reference Applications
Customer Stories
Webinars
eBook & Whitepapers
Events
Free Trials
Pricing
Product Pricing / Buy Online
Renew Existing License
Contact Us
Forums
Ignite UI for jQuery
Your Privacy Matters
: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use.
Cookie Policy
Close
State
Not Answered
Replies
5 replies
Subscribers
13 subscribers
Views
1112569 views
Users
0 members are here
igDataChart
60
Passing Angular scope members to axis and series members.
Daniel Przybylski
posted
over 8 years ago
In the following HTML using the IgniteUI angular directives, if I try to pass a scope value to a series title (
title="scopeValue"
) it just give me the literal 'scopeValue' in the rendering on the web page for the series title. If I use the same scope variable mustached {{}} then I get nothing. The data-source works fine using a scope value.
I know I can work around this (and have) for other thing by just using jQuery in my angular controller, but we're trying to use Angular. Also, I would like to pass a scope variable which is set to a function() for formatting the series axis title or tool-tip-template.
Any one have any ideas, and thank in advance.
data-source="delinquencyRatios60Plus"
window-response="immediate"
width="100%"
height="500px">
type="categoryX"
label="Column">
type="numericY"
minimumvalue="0">
type="column"
is-highlighting-enabled="true"
is-transition-in-enabled="true"
x-axis="TypeAxis"
y-axis="ValueAxis"
title="scopeValue"
show-tooltip="true"
value-member-path="MeasureValue">
Edit
Insert
Format
Tools
Edit
Insert
Format
Tools
Reply
Quote