How to make a bold sparkline in Google Sheets?Dynamically reference data from multiple tabs and sort itWhy don't Google Sheets graphs lay out my points correcty?How can I prepare a sparkline graph (line/bar)?How can I make Google Sheets tell me how many of each date are in a column?A sparkline from data in every sixth cell in a rowStock Sparkline for today/hourlyGoogle Spreadsheet Stock Sparkline Trend Conditional FormattingHow to make Google Sheets draw trends in a spreadsheetDynamically creating chart in Google Sheets

I might blow up!

How can I speed up secure erasing of a disk?

Make a line blank, by returning everything on that line down in bash

Was Constantine The Great a Nicene Christian?

Different colours for different sectors of piecewise function

Repairing a notched floor joist

Bought a book that is in the public domain ... but the T&A of company says I can't redistribute it

Can Vice President Pence be impeached before President Trump?

Why do HK chefs use a white cloth to clutch wok?

Where should I search for computations of group cohomology rings of not-too-complicated finite groups?

Because things smell, is everything evaporating?

Match blood types in C

Help me pair my socks

Does a meditation count as resting for the purposes of gaining the other benefits of a short rest?

Setting tack strip in concrete

Horizontal alignment of matrix in an array by using llap and phantom

how to vertically shift a summation limit and align the result with another one (in another term)?

Applications in Dock not showing 'open application' indicators

Origin of Aliens in 'A Quiet Place'?

Why is SpaceX not also working on a smaller version of Starship?

C - wrapping globals in a struct?

Why should I invest so much in 401(k)?

Why 401k contribution as % of salary vs. fixed amount per pay check?

'Cannis' - Term used in seventeenth-century clothes manufacture



How to make a bold sparkline in Google Sheets?


Dynamically reference data from multiple tabs and sort itWhy don't Google Sheets graphs lay out my points correcty?How can I prepare a sparkline graph (line/bar)?How can I make Google Sheets tell me how many of each date are in a column?A sparkline from data in every sixth cell in a rowStock Sparkline for today/hourlyGoogle Spreadsheet Stock Sparkline Trend Conditional FormattingHow to make Google Sheets draw trends in a spreadsheetDynamically creating chart in Google Sheets






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









2


















Is it possible to thicken the line graph shown when using the formula =SPARKLINE(L4:L)?










share|improve this question



























  • Please add a brief description of you search/research efforts as is suggested on How to Ask.

    – Rubén
    Sep 14 at 15:27

















2


















Is it possible to thicken the line graph shown when using the formula =SPARKLINE(L4:L)?










share|improve this question



























  • Please add a brief description of you search/research efforts as is suggested on How to Ask.

    – Rubén
    Sep 14 at 15:27













2













2









2








Is it possible to thicken the line graph shown when using the formula =SPARKLINE(L4:L)?










share|improve this question
















Is it possible to thicken the line graph shown when using the formula =SPARKLINE(L4:L)?







google-sheets google-sheets-charts google-sheets-sparkline






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 14 at 19:38









pjmg

1,1922 gold badges5 silver badges15 bronze badges




1,1922 gold badges5 silver badges15 bronze badges










asked Sep 14 at 13:39









orschiroorschiro

3,98611 gold badges37 silver badges62 bronze badges




3,98611 gold badges37 silver badges62 bronze badges















  • Please add a brief description of you search/research efforts as is suggested on How to Ask.

    – Rubén
    Sep 14 at 15:27

















  • Please add a brief description of you search/research efforts as is suggested on How to Ask.

    – Rubén
    Sep 14 at 15:27
















Please add a brief description of you search/research efforts as is suggested on How to Ask.

– Rubén
Sep 14 at 15:27





Please add a brief description of you search/research efforts as is suggested on How to Ask.

– Rubén
Sep 14 at 15:27










1 Answer
1






active

oldest

votes


















3



















Yes, it is parameter linewidth.

Example : =SPARKLINE(L4:L;"linewidth"3)




Reminder on how to construct a =sparkline :



=SPARKLINE("range","charttype""line","xmin","ymin","color""orange","empty""ignore","linewidth"6) 



More on sparkline here.






share|improve this answer





























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "34"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );














    draft saved

    draft discarded
















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebapps.stackexchange.com%2fquestions%2f134623%2fhow-to-make-a-bold-sparkline-in-google-sheets%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown


























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    3



















    Yes, it is parameter linewidth.

    Example : =SPARKLINE(L4:L;"linewidth"3)




    Reminder on how to construct a =sparkline :



    =SPARKLINE("range","charttype""line","xmin","ymin","color""orange","empty""ignore","linewidth"6) 



    More on sparkline here.






    share|improve this answer
































      3



















      Yes, it is parameter linewidth.

      Example : =SPARKLINE(L4:L;"linewidth"3)




      Reminder on how to construct a =sparkline :



      =SPARKLINE("range","charttype""line","xmin","ymin","color""orange","empty""ignore","linewidth"6) 



      More on sparkline here.






      share|improve this answer






























        3















        3











        3









        Yes, it is parameter linewidth.

        Example : =SPARKLINE(L4:L;"linewidth"3)




        Reminder on how to construct a =sparkline :



        =SPARKLINE("range","charttype""line","xmin","ymin","color""orange","empty""ignore","linewidth"6) 



        More on sparkline here.






        share|improve this answer
















        Yes, it is parameter linewidth.

        Example : =SPARKLINE(L4:L;"linewidth"3)




        Reminder on how to construct a =sparkline :



        =SPARKLINE("range","charttype""line","xmin","ymin","color""orange","empty""ignore","linewidth"6) 



        More on sparkline here.







        share|improve this answer















        share|improve this answer




        share|improve this answer








        edited Sep 14 at 22:47









        marikamitsos

        3,5901 gold badge12 silver badges35 bronze badges




        3,5901 gold badge12 silver badges35 bronze badges










        answered Sep 14 at 15:41









        pjmgpjmg

        1,1922 gold badges5 silver badges15 bronze badges




        1,1922 gold badges5 silver badges15 bronze badges































            draft saved

            draft discarded















































            Thanks for contributing an answer to Web Applications Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebapps.stackexchange.com%2fquestions%2f134623%2fhow-to-make-a-bold-sparkline-in-google-sheets%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown









            Popular posts from this blog

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?