Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8518325
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T05:56:56+00:00 2026-06-11T05:56:56+00:00

I have a chart with tooltip in it, what I exactly want to do

  • 0

I have a chart with tooltip in it, what I exactly want to do is I need to set title for tooltip something like this using XTemplate:

tips = { 
    trackMouse: true,
    width: 120,
    height: 23,
    renderer: function(storeItem, item) {
        var myTemplate = new Ext.XTemplate('<p> {Value} </p>')
        myTemplate.overwrite(this.title, {
            Value : storeItem.get(Field)
        });
    }
}

But it is showing error like ‘tagname’ is null, can anyone give me solution for this. How can I get div id of that tips and how can I set title for tooltip?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T05:56:58+00:00Added an answer on June 11, 2026 at 5:56 am

    Try this

    Without XTemplate

    renderer: function(storeItem, item) {
        this.setTitle(Ext.String.format('<p>{0}</p>', storeItem.get(**title field name**));
    }
    

    With XTemplate

    renderer: function(storeItem, item) {
        var tpl = Ext.create('Ext.XTemplate', '<p>', '{Value}', '</p>');
    
        this.setTitle(tpl.apply({
            Value: storeItem.get(**title field name**)
        }));
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a chart with multiple Series. I am using the ChartColorPalette to set
I have this issue with the KendoUI Column Chart. I have a set of
I have chart.png with data in it that I would like to put a
I have a chart and I need to clear it in order to populate
I have this chart in which if any point in graphs exceeds specific limit
I'm having trouble understanding using D3 events and dispatch functions. I have a chart
Hello guys i have a MSChart and i have some arrows on chart exactly
I'm using Asp.net chart controls in order to display charts. I have a datatable
I have a chart and I want the user to see the values when
I have a series of json data in a highstock chart and I want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.